Skip to content

tydahlwave/JavaReversi

Repository files navigation

JavaReversi

A simple implementation of Reversi in Java that allows both human and automated players.

Changing Players

Currently, to change the players that are used when playing Reversi, you must edit the main method in the Reversi class.

Please do not commit this change to the Reversi class.

Competition Mode

This mode pits two AIs against one anther and will run a specified number of matches, displaying the win statistics after all of the games have completed.

Use this mode if you want to see if one AI performs better than another AI.

To use competition mode, run the game with the "-t" flag followed by the number of games to run.

Ex. java Reversi -t 1000

Current Best AI

TylerPseudoRandomAI

This section will be updated periodically with the best-performing AI.

About

A simple implementation of Reversi in Java that allows both human and automated players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages