This commit is contained in:
Michael Pilosov 2024-05-09 18:10:28 -06:00
parent 069f98910e
commit 3dac990ced

View File

@ -1,6 +1,6 @@
# np-tetris
`main.py`: tetris in `numpy`
`main.py`: tetris in pure python + `numpy`
`tetris.py`: tetris with `curses`
`snake.py`: snake with `curses` and `numpy`