Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 481 Bytes

Denis Tetris

How to run (New version)

cargo build --release
pip install -r requirements.txt
python neat_tetris.py

How to run (Old version)

To run the tetris AI, first open https://web.itu.edu.tr/~msilgu/tetris/tetris.html in your browser, then make sure it is visible on your desktop and run the python script.

pip install -r requirements.txt
python denis.py

Then start a game on the webpage and press the space key to let the control to the AI.