/quadris

a Tetris-like game, with GUI implemented with X11 library.

Primary LanguageC++

quadris

a Tetris-like game, with GUI implemented with X11 library.

Pre-installation

1. Make sure you are using a linux based operating system (e.g. Ubuntu, MAC OS X, or linux virtual machine). 2. Make sure you have already installed X11 library. (i.e.,
/usr/X11R6/lib
exists) 3. Make sure you have c++ compiler ready. (e.g., g++)

Installation

1. Pull the source code. 2. Open a terminal, and cd into the top-level source code directory. 3. Type make 4. There is no 4.

Playing

1. cd into the compiled directory. 2. Type ./quadris 3. Start Quadris-ing! 4. Type help in the terminal for more information.

What's More...

1. You can reference the UML modeling chart in UML directory. 2. You can type the least-unambiguous-short-hand command to control a block. (e.g., if you want to move the block to the left, just type lef.) 3. If you want to repeat a command N times, just type N\. (for example, typing 4lef means move the block 4 distance units to the left.) 4. Stay tuned for a complete manual.