| Branch | Build status |
|---|---|
| master | |
| trunk | |
BattleAI is a game where players can write Java programs to control a single robot and then use it to battle other players (computer or human).
This repository includes both the master-server and the regular game. The master-server provides a link to other players through a server browser (others can see your match there once you host it) and handles account statistics such as won matches, win/lose ratio etc. through a database.
-c - starts normally with the console enabled
-s - starts the master-server (requires MySQL database server installed)
-sc - starts the master-server with the console enabled
