An AI space fighting playground.
You can use fabric to do pretty much anything there is to do currently:
$ fab test
You can also generate a pretty html test coverage report using
$ fab coverage
To view the report then check htmlcov/index.html
$ fab run_server
Extra arguments can be passed into this command in two different (ugly) ways:
$ fab run_server:--xsize,1234
or:
$ fab "run_server:--xsize 1234"
$ fab run_client
You can start more than one client at a time
$ fab run_monitor
Like with clients, you can start more than one monitor at a time.
- everything
- wraparound
- bullets
- energy
- game logic