mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
minesweeper example added
This commit is contained in:
parent
1e13d96ce1
commit
a2fbb3aaa4
4 changed files with 666 additions and 0 deletions
22
src/test/X11/mines/Readme.md
Normal file
22
src/test/X11/mines/Readme.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Build by typing
|
||||
|
||||
# make
|
||||
|
||||
Start Minesweeper with
|
||||
./Minesweeper a b c ~
|
||||
|
||||
a Level (1-100);
|
||||
b Row/Collumns of area;
|
||||
c Number of bombs in area.
|
||||
|
||||
|
||||
During the game, the following keys are availiable:
|
||||
|
||||
8 ... up
|
||||
2 ... down
|
||||
4 ... left
|
||||
6 ... right
|
||||
5 ... mark bomb (where you think one is)
|
||||
Space ... open field
|
||||
q ... quit
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue