Add license and doc, move main file

This commit is contained in:
2026-04-30 22:10:53 -07:00
parent 51cb128122
commit b8ae985658
3 changed files with 681 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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/