Skip to content

cyrilbos/umu-othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umu-othello

Artificial Intelligence assignment at the University of Umeå (Sweden). This is an implementation of an Othello game AI, using Alpha-Beta pruning with Iterative Deepening Search based on several well-known heuristics. A simple Java basecode implementation of an Othello engine was given in order to make different AIs compete against themselves.

Note: in the assignment, the first player to play (so the Max player in the MiniMax algorithm) is white instead of black.

About

Assignment at the University of Umeå. AI for the Othello game using Alpha-Beta pruning with heuristic evaluations and Iterative Deepening Search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors