• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D21-Aug-201411 21

COPYINGH A D21-Aug-201434.3 KiB675553

MakefileH A D03-May-2022294 1913

ReadmeH A D21-Aug-2014895 2824

Readme-pleaseH A D21-Aug-2014103 42

xtgyoretsu.cH A D21-Aug-20148.4 KiB405376

Readme

1XT gyoretsu - extended ncurses version of "Renshu-cho gyoretsu"
2game by Kurashov A.K. (programming, idea of random and hexadecimal
3modes, interface design, ascii-art), Kostyukov D.A. (idea) and
4Yakushev D.O. (idea of Kuangshan Yougang mode).
5
6Goal of the game is to clear entire field by matching pairs of
7neighbouring (adjacent or on the same line/column without any
8other numbers in between) numbers, which must be either equal, or
9their sum must be equal to strike out sum.
10
11Controls:
12  left, h - left
13  down, j - down
14    up, k - up
15 right, l - right
16        y - left-up
17        u - right-up
18        b - left-down
19        n - right-down
20 space, z - mark cell
21        q - white flag
22        R - Classic/Random modes switch
23        K Kuangshan Yougang mode on/off
24        H - Decimal/Hexadecimal modes switch (unavailable in classic mode)
25        Q - quit
26
272013-2014, licensed under GNU GPLv3
28

Readme-please

1Code is not mine, I just brought it to GitHub.
2
3Original code is here: http://saahriktu.org/games.html
4