aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2015-02-19 18:55:43 +0100
committerCamil Staps2015-02-19 18:55:43 +0100
commit781c2b265e1389f69f280d9a8c039a59678a78ec (patch)
tree24c0d4abc80685237ee91341ccb4a13807150c1c /README.md
parentdirectory structure (diff)
directory structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 24f44d9..0000000
--- a/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Botleagues
-
-This is a work in progress. Please go away.
-
-## Backyard
-
-### Java engine (java)
-
-In the java folder there's the java engine or GameController. It lets bots compete against each other.
-
-To run, cd into `/backyard/java/trunk/GameController/bin` and do:
-
- java nl.camilstaps.botleagues.MyGame /path/to/bot1/package.mybot.MyBot /path/to/bot2/package.mybot.MyBot ...
-
-For example, for the example bot in `/backyard/java-bot/trunk`, that would mean:
-
- java nl.camilstaps.botleagues.MyGame ../../../../java-bot/trunk/bin/nl.camilstaps.botleagues.bot.BotStarter ../../../../java-bot/trunk/bin/nl.camilstaps.botleagues.bot.BotStarter
-
-Note that you can add as many bots as you want. Also, you can add multiple bots of the same type (like in the example). That's not really a feature, but it is useful for debugging. \ No newline at end of file