tetris and snake in numpy
Go to file
Michael Pilosov 3dac990ced readme
2024-05-09 18:10:28 -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 18:10:28 -06:00
requirements.txt ncurses tetris 2024-05-09 17:37:28 -06:00
snake.py improve speed 2024-05-09 18:02:30 -06:00
tetris.py ncurses tetris 2024-05-09 17:37:28 -06:00

np-tetris

main.py: tetris in pure python + numpy tetris.py: tetris with curses snake.py: snake with curses and numpy

Copyright 2024 Michael Pilosov, PhD