https://github.com/fpopic/aibg
(Hackathon) AI BattleGround 2.0 - BEST AI Hackathon 2016
https://github.com/fpopic/aibg
ai hackathon
Last synced: 3 months ago
JSON representation
(Hackathon) AI BattleGround 2.0 - BEST AI Hackathon 2016
- Host: GitHub
- URL: https://github.com/fpopic/aibg
- Owner: fpopic
- Created: 2016-12-11T13:57:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T08:36:06.000Z (about 6 years ago)
- Last Synced: 2025-01-10T19:43:07.275Z (4 months ago)
- Topics: ai, hackathon
- Language: Java
- Homepage:
- Size: 3.79 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# AIBG
Artificial Intelligence BattleGround 2-day hackathon.
Hackathon official page: http://www.best.hr/aibg
Facebook group: https://www.facebook.com/BESTCodeChallenge/
## Team
*nAIvci*
- [Marina Krček](https://github.com/Marina7)
- [Vilim Stubičan](https://github.com/jewbre)
- [Zoran Krišto](https://github.com/zoxparty)
- [Filip Popić](https://github.com/fpopic)## Running
1. Package bot into a .jar file
```bash
cd bot
mvn package
```2. Copy `.jar` to java binding folder
```bash
cp bot/target/ai-bot.jar demo-bindings/java-bindings/ai-bot.jar
```3. Run `asteroids.jar` server
```bash
java -jar asteroids.jar myconfig.json
```4. Start the game opening html file that connects to server via websocket (our bots are red)
```html
webapp/index.html
```