blob: b7f0ae01169a2f8773864c1b6673db6416477932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Command Line Tetris
===================
## Working in v0.2.0:
You can play a very simple game of Tetris. It doesn't have a Next box yet, nor a points system, and I am pretty sure
that the Wall Kick system is not actually working yet, but even in this state it can be a lot of fun to play.
## Plans for later versions
- Implementing scores, levels, next box
- Making these configurable from the command line
- Probably moving all code to Raw mode (now only used for reading keys)
- Colored pieces
- Crazy stuff
|