A tetris version coded by Python3. I use numpy
and curses
as the main packages. Of course you can change from numpy
to just python list easily.
- Move - a s d
- Rotate - w
To start playing, just type:
python main.py
numpy==1.17.1
- update graphic of the game
- add score board
- speed increasing through the game
- create a bot to play the game