tetris and snake in numpy
Go to file
Michael Pilosov ef06cce4c7 readme
2024-05-09 17:29:17 -06:00
.gitignore Initial commit 2024-05-09 22:56:27 +00:00
LICENSE Initial commit 2024-05-09 22:56:27 +00:00
main.py reset game 2024-05-09 17:06:01 -06:00
README.md readme 2024-05-09 17:29:17 -06:00
requirements.txt reset game 2024-05-09 17:06:01 -06:00
snake.py throw in snake 2024-05-09 17:18:44 -06:00
tetris.py tetris with curses 2024-05-09 17:28:29 -06:00

np-tetris

main.py: tetris in numpy tetris.py: tetris with curses snake.py: snake with curses and numpy

Copyright 2024 Michael Pilosov, PhD