Skip to content

AHarmlessPyro/4511W_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

MCTS logic taken primarily from Alfredo de la fuente

Minimax logic taken primarily from Erik Ackermann

  1. connect4.pycomes from Erik Ackermann and was heavily modified to allow connecting the two algorithms using files.
  2. mcts.py comes from Alfredo de la fuente and was Heavily modified to remove all TKinter components and instead print to a file and read from a file and also to port it from python 2 to python 3.
  3. minimax.py comes from Erik Ackermann and was NOT modified
  4. play.py was comes from Erik Ackermann and was slightly modified to suit it to our needs
  5. ResetFile.py was made by us.
  6. controller.py was made by us and is used to allow for print and read capabilities.

Game can be run by *insert python3 command* play.py when inside MonteMin folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published