a single/multiplayer tetris game that runs on your terminal (Mac/Linux). A more detailed write up.
- python2 (python 3 won't work)
- curses (Mac/*nix b/c windows doesn't have this unfortunately)
- get tetris.py and make it executable
- run it with options (optional)
tetris.py $NAME
for single player, or multiplayer SERVER
tetris.py $NAME $HOSTNAME $PORT
for multiplayer CLIENT. use HOSTNAME and PORT given by SERVER