Skip to content

A.I based Othello using A-star and N-Depth/pruning.

Notifications You must be signed in to change notification settings

bclodge/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Othello

A.I based Othello game.

You can have the A.I players play with several different types of "mindsets" or types of moves.

Types: Greedy, Ndepth, and Ndepth with alpha beta pruning.

Currently default is Ndepth with alpha beta pruning. There is comments inside on how to switch the gamestyles if you would like to see all three.

About

A.I based Othello using A-star and N-Depth/pruning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages