Ecosyste.ms: Awesome
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 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T17:48:21.000Z (about 10 years ago)
- Last Synced: 2024-12-03T15:36:00.865Z (24 days ago)
- Language: Python
- Size: 371 KB
- Stars: 4
- Watchers: 3
- 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).