Tetris AI implemented using Python's Flask library and Javascript.
python 3
pip
Once you cloned the repository, simply run the following commands:
pip install -r requirements.txt
Once everything is installed, run the flask app with the following command:
python ai.py
Then open a web browser and navigate to the following address:
localhost:8080