summaryrefslogtreecommitdiffstats
path: root/weatbag/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Now player can eat berries to recover 2 hit point in tile n3.kylerzhang2013-01-111-1/+2
|
* Allow custom message when player attempts to move to nonexistent tile.Thomas Kluyver2013-01-101-3/+4
| | | | Closes gh-7
* Merge pull request #4 from ben174/masterThomas Kluyver2013-01-091-0/+19
|\ | | | | Add new n3 tile with Orc battle at entrance of cave. Player now has hit_points.
| * Else condition for reporting health is now a catch-all (in case they go into ↵Ben Friedland2013-01-071-1/+1
| | | | | | | | negative hit points).
| * Orc battle at entrance of cave. Player now has hit_points.Ben Friedland2013-01-071-0/+19
| |
* | Add a simple way to test tilesThomas Kluyver2013-01-071-13/+39
|/
* Various fixes to game coreThomas Kluyver2013-01-051-21/+24
|
* Add initial documentationThomas Kluyver2013-01-051-0/+4
|
* Create initial game framework.Thomas2012-12-291-0/+78