tetrys/README.md

38 lines
1.9 KiB
Markdown
Raw Normal View History

2016-09-07 04:16:31 +00:00
# Tetrys #
2015-01-22 08:31:32 +00:00
2016-07-10 05:46:14 +00:00
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.
2015-01-22 08:31:32 +00:00
2016-07-10 05:46:14 +00:00
When running the application you can press the <kbd>N</kbd> key to start a new game, and use the <kbd>&larr;</kbd> and
2016-07-03 04:31:11 +00:00
<kbd>&rarr;</kbd> keys to move the current tetrad around the screen. The <kbd>&darr;</kbd> key accelerates the descent
2016-07-10 05:46:14 +00:00
of the current piece, and <kbd>Space</kbd> 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 ##
* [Python 2.7](http://www.python.org/download/releases/2.7/)
* [pygame](http://www.pygame.org/)
2015-01-22 08:31:32 +00:00
2015-11-13 09:49:03 +00:00
## Screenshots ##
2016-07-03 04:31:11 +00:00
[![Game window](https://foosoft.net/projects/tetrys/img/tetrys-thumb.png)](https://foosoft.net/projects/tetrys/img/tetrys.png)
2015-11-17 05:39:40 +00:00
## License ##
2017-07-31 00:37:48 +00:00
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.