Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danhper/simple-othello-online


https://github.com/danhper/simple-othello-online

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Simple Othello Online

Simple othello game and server.

Game can be compiled and run with

mvn package
java -jar game/target/simple-othello-online-game.jar

The AI is kind of stupid so feel free to improve it.
For multiplayer game, you will need to launch the server by running

java -jar game/target/simple-othello-online-game.jar

to be able to connect.