Files

8 lines
197 B
Markdown
Raw Permalink Normal View History

2026-04-30 22:10:53 -07:00
# 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/