Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FooSoft/tetrys
Simple Tetris clone written in Python.
https://github.com/FooSoft/tetrys
Last synced: 3 months ago
JSON representation
Simple Tetris clone written in Python.
- Host: GitHub
- URL: https://github.com/FooSoft/tetrys
- Owner: FooSoft
- License: mit
- Archived: true
- Created: 2014-08-31T09:28:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T21:22:23.000Z (over 2 years ago)
- Last Synced: 2024-06-09T23:32:51.501Z (5 months ago)
- Language: Python
- Homepage: https://foosoft.net/projects/tetrys
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tetrys
Tetrys is a minimalist Tetris clone written in Python. It is cross-platform compatible and has basic gamepad support.
There is presently no way to configure what the buttons do; that is an exercise left to the reader.When running the application you can press the N key to start a new game, and use the ← and
→ keys to move the current tetrad around the screen. The ↓ key accelerates the descent
of the current piece, and Space drops it to the bottom of the well instantly. A small shadow tetrad at the
bottom of the well indicates where the current piece will fall.Tetrys requires [Python](http://www.python.org/) and [pygame](http://www.pygame.org/).
![](img/tetrys.png)