Skip to content

griffgb/MiniMaxAlg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MiniMax algorithm for Binary Game

A minimax algorithm with a creative heuristic was developed to compete against two types of opponents: a random player (CPU) and another minimax player (CPU). This program was created for CMPUT 455 to participate in a tournament where it faced other students' algorithms and the professor's MCTS algorithm. The competition was based on a custom game called the 'Binary Game'.

Binary Game Rules

Binary Game rules can be found here BinaryRules

Usage

  1. Download assignment4.tgz and expand it
  2. Run the public tests as follows: python3 a4test.py a4.py assignment4-public-tests.txt

License

Assignment description can be found here CMPUT455

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages