mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
tetris example added
This commit is contained in:
parent
a2fbb3aaa4
commit
ec7a685466
7 changed files with 1380 additions and 0 deletions
24
src/test/X11/pacman/Readme.md
Normal file
24
src/test/X11/pacman/Readme.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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 usage.
|
||||
|
||||
build by typing:
|
||||
|
||||
make
|
||||
|
||||
run by
|
||||
./PacMan
|
||||
|
||||
During the game, the following keys are availiable:
|
||||
|
||||
Player One:
|
||||
q ... move left
|
||||
w ... move right
|
||||
a ... mark field
|
||||
Player Two:
|
||||
o ... move left
|
||||
p ... move right
|
||||
l ... mark field
|
||||
General keys:
|
||||
h ... abort
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue