Go to file
2017-07-30 17:37:48 -07:00
README.md Updating README.md 2017-07-30 17:37:48 -07:00
tetrys.py Renaming tetris file 2014-09-01 11:41:16 +09:00

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.

Requirements

Screenshots

Game window

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.