Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekfish/monster-game
Some recruitment exercise from a few years ago
https://github.com/geekfish/monster-game
Last synced: 6 days ago
JSON representation
Some recruitment exercise from a few years ago
- Host: GitHub
- URL: https://github.com/geekfish/monster-game
- Owner: Geekfish
- Created: 2012-06-25T19:43:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T12:06:27.000Z (over 12 years ago)
- Last Synced: 2024-10-12T07:28:01.831Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Monster Game
============Usage
-----Example usage::
# usage: game.py [-h] [-f DATAFILE] monsters# Runs the game with 50 monsters defaulting to the small world map
python game.py 50# Runs the game with 200 monsters specifying a world map file
python game.py 200 --datafile data/world_map_medium.txtPlease run `python game.py -h` for argument description.
Docs
----Assumptions are contained in docs/assumptions.rst
Tests
-----Running tests require the packages contained in `test_requirements.txt`