Run with:
python main.py
- requires Python 3.8
with each new level (everytime you break 10 lines) the background soundtrack gets faster to keep you in the beat!
- pressing 'A' will toggle autopilot mode (AI will take control)
Preview:
Idea flow:
-
Implement tetris rules ✔️
-
Make it playable as human ✔️
-
Make a heuristic AI playing it ✔️
- demo:
- Try to create machine learning AI to play it.
- learning heuristic parameters for best fitness function.