Julius and Richard's take on the AI Birds competition as part of the INF-PM-ANW module for their studies.
gradle clean build uberjar
- Create your own config.properties file with the following content:
db_user=aibirds
db_pass=secret
db_path=jdbc:sqlite:database.db
- Execute it as usual
cd ~/angryprogrammers/github.git
gradle clean build uberjar
cd ~
~/start.sh 9042
The last shell script starts a new tmux session, named after the port number, and attaches the chrome window to a xpra session, using the same port number.
Unless explicitly noted otherwise, the content of this package is released under the GNU Affero General Public License version 3 (AGPLv3)
Copyright © 2013,2014 for the Basic Game Playing Software by XiaoYu (Gary) Ge, Stephen Gould, Jochen Renz, Sahan Abeyasinghe, Jim Keys, Andrew Wang, Peng Zhang. All rights reserved.
Copyright © 2016 for the rest by Richard Kwasnicki and Julius Gonsior