This project is forked from https://github.com/robo-code/robocode.
This code is used for event SKplanet code sprint 2015 round 1 to contest better algorithm. We modied some rules of robocode to give participants more fun and to prevent cheating by copying open-sourced robot. The modified rules are following.
- Assumed only 1:1 battle
- Fuel mechanism (A robot consumes fuel when the robot moves and stops when fuel is empty)
- Survival score was modified (A long living robot gets more score)
- master robot which has infinite evergy and infinite fuel
- master robot algorithm was imported from Diamond
Below is the original README.md
.
Build the best - destroy the rest!
Robocode is a programming game, where the goal is to develop a robot battle tank to battle against other tanks in Java or .NET. The robot battles are running in real-time and on-screen.
Read [Introduction] (http://robocode.sourceforge.net/docs/ReadMe.html)
Continue reading on [Robocode home page] (http://robocode.sourceforge.net/)
Learn from community at [RoboWiki] (http://robowiki.net/)
Talk to developers at [robocode-developers] (http://groups.google.com/group/robocode-developers)
Enjoy!