Tetris for SVGALib v0.63 README
================================

This is a beta version of Tetris for SVGALib.  I've only just started working
on it, but I've gotten pretty far.
The piece engine is finished, as well as the networking code.  Only a few more
things are left to do before version 1.0  Basically they are:
1) keeping a high-score list
2) adding difficulty levels (faster falling pieces)
3) adding the remaining pieces (2 more left)

and of course, cleaning up any bugs, as well as writing up some docs (man page?)

I'm releasing this to the public right now though, to get feedback on anything
you might want me to add/take out/modify in the game, so we can have a decent
1.0 release.

OK, here's how you run it...

* Single Player mode:
simply type "stetris" at the console.  If you're not root, then the executable
will have to be setuid root.

* Two Player network mode:
one player will type "stetris wait" which will make him wait for a connection
from any other host.
the other player will then type "stetris call first.players.address"
for example "stetris call whitehouse.gov".
the player at whitehouse.gov must be waiting for a call, then the game will
start.

Keys used in the game:
j,l	- left and right
k	- rotate
space	- drop
p	- pause
n	- restart (clears your board and score)
q	- quit

That's it folks.  Throw me any comments you have on the game in an email, to
hramadan@auc-cs22.eun.eg

The binary was compiled using SVGALib 1.2.4, and libc4.6.27.

You may copy the binary, use it for non-commercial purposes, use it for
commercial purposes, criminal purposes, etc. etc.
Do with it what you want, I really couldn't give a rat's arse.

Hany Ramadan
