compiler/src/test/x11/mines
Norayr Chilingarian 31c5b31dae makefiles fixed
Former-commit-id: fbdf562e2e
2015-05-27 02:03:59 +04:00
..
compatIn.Mod fixed games with compatIn module 2014-05-30 10:19:32 +04:00
Linie.Mod rename 2014-02-03 20:31:37 +04:00
makefile makefiles fixed 2015-05-27 02:03:59 +04:00
Minesweeper.Mod rename 2014-02-03 20:31:37 +04:00
Readme.md rename 2014-02-03 20:31:37 +04:00

This is a game historycal source taken from http://web.archive.org/web/20050212180221/http://www.vis.inf.ethz.ch/~andy/Oberon.html

It serves as an example of XYplane module useage

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