/othello

it's the classic board game

Primary LanguageJava

Othello

The classic board game implemented in JDK 11.

Build Requirements

  • Java JDK 11+
  • Apache Maven 3.9+

Building the code

$ mvn clean package

Running the tests

$ mvn test   

Run the application

 $ mvn package
 $ java -jar ./target/othello-0.48-jar-with-dependencies.jar

Screenshot