Drunken Bot

[ menu ]
[ end ]
Getting it
Currently there are no packages or files released, but you can grab your copy from svn.
Instructions for Linux
For linux, you need g++ installed. If you have sdl development files installed, the SDL graphics will be used. Otherwise you will get the text based UI.
     git clone https://github.com/inzanity/drunkenbot.git dbot
     cd dbot
     make
     ./dbot
    
By default there will be only one bot, whose AI isn't that brilliant, so it will just go around in circles. You can topy the test.so from bots/ subdir to other names and you will get more bots, and they'll even shoot each other. The SDL engine support changing bot being followed by pressing 'n', 'q' quits the program. The text engine doesn't support just about anything, ctrl-c is the way to stop it.