Skip to content

Final project for INFO6205 - Program Structure And Algorithm

License

Notifications You must be signed in to change notification settings

falcon-head/PSA-TicTacToe

Repository files navigation

TicTacToe

TicTacToe game with the help of reinforcement learning model

Instruction to run the Model

  • Clone the repository
  • CD into the the directory and open new command line and type the following command pip install -r requirements.txt
  • Run python3 tictactoe_reinforcement.py
  • Look in the same directory for the models and the graphs

Instruction to run the API to play the game on the browser

  • cd into the cloned repository
  • In the command line type export FLASK_APP=model-api
  • then python3 -m flask run
  • the API will run on the port http://localhost:5000
  • Next, Clone the repository TICTACTOE-FRONTEND
  • CD into the tictactoe folder
  • In the commandline type npm install (make sure you have already installed Nodejs
  • Once packages are installed, go to localhost:3000 in the browser to play the game

Team Member

  • Shrikrishna Joisa : 002920963
  • Arjun Raja Yogidas: 002964082

References

About

Final project for INFO6205 - Program Structure And Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published