Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Creating a minimax-based player for Game of the Amazons.

Notifications You must be signed in to change notification settings

aamirahmed2004/amazons-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of the Amazons player

Creating a minimax-based player for Game of the Amazons.

Note: this project was intended for an AI Amazons tournament for COSC322. You cannot play the game without connecting through UBC VPN, since the client must connect to the course server for the GUI to display all the pieces and set up a game (this is how the starter code was set up). I am working on making my own GUI and remaking the project in C# to make it playable on any device.

Currently, we use a NegaMax variant of Minimax with alpha-beta pruning and iterative deepening.

References used so far:

About

Creating a minimax-based player for Game of the Amazons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages