masskro0 / java-reversi-game

Java Implementation of Reversi/Othello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-reversi-game

image

Reversi/Othello game implemented in Java version 11.

Features

  • Java Swing GUI
  • AI with configurable difficulty
  • Undo button (!)
  • Decide which player starts

Requirements

Can be run on any JRE that supports version 11 (not tested on other versions).

Launching

To start the GUI, run the StartGui.java file in src/view_and_controller

About

Java Implementation of Reversi/Othello


Languages

Language:Java 100.0%