Installation
You can download xpilot-ai here
To install, follow the standard unix build & installation process.
tar xvzf xpilot-ai-0.5.6.tar.gz
cd xpilot-ai
# To install in a non-standard directory,
# edit `config.mk' and change PREFIX
make
# run the next command as root if installing globally
make install
Currently Xpilot-AI is not supported under Windows. If you manage to build and/or use it under windows, please let us know.
Tutorials
Library Reference
Sample code
- morton.c - sample C bot
- morton.ss - sample scheme bot
- Morty.java - sample java bot
- morthon.py - sample python bot