https://github.com/butanium/clash-of-bits
A multiplayer CodinGame contribution inspired by Gladiabots
https://github.com/butanium/clash-of-bits
codingame game gladiabots
Last synced: about 2 months ago
JSON representation
A multiplayer CodinGame contribution inspired by Gladiabots
- Host: GitHub
- URL: https://github.com/butanium/clash-of-bits
- Owner: Butanium
- License: mit
- Created: 2021-04-12T21:57:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T15:03:36.000Z (over 2 years ago)
- Last Synced: 2023-04-21T15:10:56.965Z (about 2 years ago)
- Topics: codingame, game, gladiabots
- Language: Java
- Homepage:
- Size: 33.3 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A codingame multiplayer game project inspired by [gladiabots](https://store.steampowered.com/app/871930/GLADIABOTS__AI_Combat_Arena/)
Due to the fact that someone else got a contribution called "clash of **bots**" approved before me, the name of the game on the codingame website is "clash of **bits** : explode another day"
You can try play online [here](https://www.codingame.com/contribute/view/6587dcc2e3a07bd4696c16a3e63238b4a184), definitly the best way to play it.
If you want to run it on your local machine,
- Download on of the release (the latest is the best)
- Unzip the archive
- run any of the runner in `src\test\java\Runners` with JDK 1.8 (or higher) and Maven installed (if you use intellij you can have both). After it ran, open ` http://localhost:8888/test.html` to watch the battle.For more information, check the [codingame doc](https://www.codingame.com/playgrounds/25775/codingame-sdk-documentation/game-runner)

https://user-images.githubusercontent.com/55806347/147468806-5b5899ed-5fb3-4713-969b-45aa0f5ed42d.mp4