sharing AIs
The dmanai repository contains sample AIs for dmangame. If you’d like your AI to be available for others to play against, fork the dmanai repository on github. The AI in your fork are then available for others to play against.
playing with AIs from dmanai
Using a github hosted AI
You can play against any forked AI this way, but the AI must be in the master branch of the repository.
Cloning an AI repository locally
submitting your own AI to dmanai
If you want to run your AI on the dmangame app engine instance, or just want your AI to be available for others:
- 1) fork (github help for fork) the dmanai repository.
- 2) add your AI into a subdirectory of the main repository with a unique username. for example: dmanai/okay/rushai.py
- 3) [optional] register it to play in app engine ladder games:
python main.py -r github_username:path_to_ai.py
At this point, anyone can browse the dmanai member graph and look at what others are developing.