A Massively Multi-player Online game, where players create Artificially Intelligent programs to play on their behalf.
Python JavaScript HTML Other
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github Add stale.yml to indicate integration with the stale app (#442) Jan 29, 2018
aimmo-game-creator Fix K8S ingress (#592) May 18, 2018
aimmo-game-worker Orientation logic (#395) Dec 13, 2017
aimmo-game Further optimisations of k8s (#587) May 17, 2018
aimmo_runner Add extra lines for PEP8 rules. May 14, 2018
docs Optimise used resources by k8s (#583) May 16, 2018
example_project Propagate settings down from django to unity for staging (#444) Jan 31, 2018
game_frontend Build react frontend for pypi package (#557) May 2, 2018
integration-tests Setup base React project (#500) Mar 13, 2018
players changed the text in home - fixes #595 (#596) May 21, 2018
.codeclimate.yml Ignore test files and djangoBundler from linting on CodeClimate (#558) May 2, 2018
.csslintrc Add codeclimate configuration, and badge (#229). Apr 4, 2018
.eslintrc Add codeclimate configuration, and badge (#229). Apr 4, 2018
.gitattributes forcing unix line endings for shell scripts Jul 19, 2017
.gitignore Integrate react with django (#507) Mar 15, 2018
.travis.yml React in prod - Skip cleanup for deployment builds (#559) May 2, 2018
CONTRIBUTING.md Make minikube functional (#420) Jan 18, 2018
LICENSE Initial commit Jul 14, 2015
MANIFEST.in Include static files in the source distribution Jun 8, 2016
README.md Preview Branding (#576) May 15, 2018
all_tests.py Kubernetes Tests & Architectural Changes (#431) Jan 22, 2018
ingress.yaml Propagate settings down from django to unity for staging (#444) Jan 31, 2018
minikube_requirements.txt Setup base React project (#500) Mar 13, 2018
run Revert all changes all the way back to b51ea4f Oct 20, 2017
run.py Kubernetes Tests & Architectural Changes (#431) Jan 22, 2018
setup.cfg Revert all changes all the way back to b51ea4f Oct 20, 2017
setup.py MAKE TRAVIS WORK AGAIN WOOHOOO (#543) Apr 20, 2018
test_settings.py Propagate settings down from django to unity for staging (#444) Jan 31, 2018
versioneer.py Add Travis, Pypi, coveralls Jun 8, 2016

README.md

AI:MMO

A Massively Multiplayer Online game, where players create Artificially Intelligent programs to play on their behalf.

Code Climate

Objective

People program Avatars. Avatars play the game. A player's aim is to create a better Avatar than other people's Avatars. A "better" Avatar is one that scores points faster than other people's Avatars.

By getting people to compete to program better Avatars, we can teach them all sorts of algorithms and optimisation techniques. For example, a really good Avatar might incorporate AI techniques such as neural networks in order to make more optimal decisions.

Quick Start

  1. Fork the repo.
  2. Take a look at our usage guidelines to see how to get started.

Documentation

Take a look at our documentation table of contents.

How to contribute!

Want to help? You can read the contributing guidelines. You can also contact us directly using this contact form and we'll get in touch as soon as possible! Thanks a lot.