Games that are played by A.I and humans.
To grab and install the necessary files.
git clone https://github.com/danielwilczak101/EasyGames.git
cd EasyGames
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 tictactoe.py
Then go to your browser and enter. http://127.0.0.1:80
To have others on your network play then use the other ip: http://192.168.1***:80