Files

8 lines
197 B
Markdown

# Tetris
Single file python implementation of [Tetris][1]. Requires [pygame][2]. To run,
simply do `python tetris.py`.
[1]: https://en.wikipedia.org/wiki/Tetris
[2]: https://www.pygame.org/docs/