Skip to content

kasiabulat/Reversi-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversi

Our project is an implementation of Reversi game (https://en.wikipedia.org/wiki/Reversi) written in Kotlin and Java FX. There are three possibilities of game: Human player vs. Human player, Human player vs. AI player and AI players battle. We have implemented six different AI players to see which algorithm is the best one:

  • CheckAllOptionsPlayer
  • FirstAvailableMovePlayer
  • HybridPlayer
  • MostValuableAvailableMovePlayer
  • RandomizePlayPlayer
  • RemotePlayer

Authors

We are studying Theoretical Computer Science at Jagiellonian University in Kraków (Poland).

About

Implementation of Reversi game written in Kotlin and Java FX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published