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

https://github.com/rstudio-tech/tetris-python

Python-Tetris-Game
https://github.com/rstudio-tech/tetris-python

Last synced: 11 months ago
JSON representation

Python-Tetris-Game

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).