Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhper/simple-othello-online
https://github.com/danhper/simple-othello-online
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danhper/simple-othello-online
- Owner: danhper
- License: wtfpl
- Created: 2013-02-03T10:02:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-13T20:19:45.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T11:08:03.756Z (8 months ago)
- Language: Java
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.jarThe AI is kind of stupid so feel free to improve it.
For multiplayer game, you will need to launch the server by runningjava -jar game/target/simple-othello-online-game.jar
to be able to connect.