/aibg

(Hackathon) AI BattleGround 2.0 - BEST AI Hackathon 2016

Primary LanguageJava

AIBG

Artificial Intelligence BattleGround 2-day hackathon.

Hackathon official page: http://www.best.hr/aibg

Facebook group: https://www.facebook.com/BESTCodeChallenge/

Team

nAIvci

Running

  1. Package bot into a .jar file

    cd bot
    mvn package
  2. Copy .jar to java binding folder

    cp bot/target/ai-bot.jar demo-bindings/java-bindings/ai-bot.jar
  3. Run asteroids.jar server

    java -jar asteroids.jar myconfig.json
  4. Start the game opening html file that connects to server via websocket (our bots are red)

    webapp/index.html

screenshot.png