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
- Host: GitHub
- URL: https://github.com/datamine/tetris
- Owner: Datamine
- Created: 2014-11-26T16:04:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T17:48:21.000Z (about 11 years ago)
- Last Synced: 2025-03-12T13:29:39.116Z (11 months ago)
- Language: Python
- Size: 371 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).