Tetris clone in Python using curses
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-11-02 15:03:59 -04:00
.gitignore Initial commit 2021-05-14 22:22:14 +00:00
LICENSE Initial commit 2021-05-14 22:22:14 +00:00
Pipfile First test passing 2021-05-14 18:50:44 -04:00
Pipfile.lock First test passing 2021-05-14 18:50:44 -04:00
README.md Initial commit 2021-05-14 22:22:14 +00:00
test_tris.py Fixed rotation when at boundaries 2021-06-30 06:27:35 -04:00
tris.py Changed addchr to addstr for Python 3.11+ compatibility 2024-11-02 15:03:59 -04:00

tris

Tetris clone in Python using curses