Skip to content

danielwilczak101/EasyGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyGames

Games that are played by A.I and humans.

Tic-Tac-Toe with Monti-Carlo Decision Tree A.I

Install

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

To play a game.

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

About

Games that are played by A.I and humans.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published