Skip to content

nrmilstein/reversi-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversi-ai

A NegaMax AI that plays Reversi (Othello).

This is a simple AI written in Python that uses NegaMax with Alpha-Beta pruning to play Reversi.

Possible additions:

  • Better evaluation function
  • Move ordering
  • Multithreading
  • NegaScout instead of NegaMax
  • Transposition table
  • Selective search

About

A NegaMax AI that plays Reversi (Othello).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages