Skip to content

aurumcodex/othelloJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OthelloJava

An implementation of Othello, implemented in Java (uses JDK 8).

Implements the following algorithms:
  • MinMax with alpha-beta pruning.

  • Negamax with alpha-beta pruning.

  • Random move generation.

About

Othello bot written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages