A codingame multiplayer game project inspired by the famous board game Rummikub
You can try play online here, definitly the best way to play it.
If you want to run it on your local machine,
- Download the latest release
- Unzip the archive
- run
src\test\java\SkeletonMain.java
with JDK 1.8 (or higher) and Maven installed. After it ran, openhttp://localhost:8888/test.html
to watch the game.
For more information, check the codingame doc