An open API service indexing awesome lists of open source software.

https://github.com/datamine/tetris

Tetris game in Python
https://github.com/datamine/tetris

Last synced: 7 months ago
JSON representation

Tetris game in Python

Awesome Lists containing this project

README

          

## Tetris

Tetris written in python, using PyGame 1.9.2a0.

Requires Python2 and the pygame library (the Ubuntu-type folks can install it with `sudo apt-get install python-pygame`). Also requires the Python Imaging Library (PIL), version 1.1.6.+

Run the game with `./run`, a shell-script that launches `tetris.py`.

Documentation [here](http://www.johnloeber.com/docs/tetris.html).