Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.36 KB

BattleAI

Branch Build status
master status
trunk status

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).

Instructions

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.

Optional command-line arguments

-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

Alt text