This is a simple game of Tetris vs. a a simple AI. Not much else can be said about it. It's simply a mediocre Tetris clone and a bot that plays it with you.
Installation is a quick and painless process:
- Install Python and Pip
- Open a terminal in the destination directory
git clone https://github.com/zombiepigdragon/Tetris-VS-AI.git && cd Tetris-VS-AI
- Optionally, create a
virtualenv
in this folder. python3 run.py
You can re-run run.py
at any given time in order to play the game.
This work is licensed under the MIT license.
- Make the AI occasionally make a mistake so we don't have to deal with an impossible to defeat opponent.
- Run the AI on a second thread, to fix the lag.
- Fix the UI, it's not good.
- Come up with more things to fix.