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
- Host: GitHub
- URL: https://github.com/rstudio-tech/tetris-python
- Owner: rstudio-tech
- Created: 2024-11-30T15:45:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-30T15:46:13.000Z (over 1 year ago)
- Last Synced: 2025-07-02T17:55:29.365Z (12 months ago)
- Language: Python
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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).