summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed action.get_action to handle prepositions differentlySmart Viking2013-01-141-4/+2
* Merge pull request #11 from takluyver/items-frameworkThomas Kluyver2013-01-136-6/+101
|\
| * Document combining itemsThomas Kluyver2013-01-131-0/+20
| * New framework to allow combining items.Thomas Kluyver2013-01-135-6/+81
|/
* Merge pull request #8 from kkpattern/eat_berriesThomas Kluyver2013-01-112-2/+11
|\
| * Now player can eat berries to recover 2 hit point in tile n3.kylerzhang2013-01-112-2/+11
|/
* Allow custom message when player attempts to move to nonexistent tile.Thomas Kluyver2013-01-103-9/+12
* Merge pull request #4 from ben174/masterThomas Kluyver2013-01-095-1/+103
|\
| * Fixed leave condition at cave entrance.Ben Friedland2013-01-071-0/+5
| * Else condition for reporting health is now a catch-all (in case they go into ...Ben Friedland2013-01-071-1/+1
| * leave method returns True if they manage to fleeBen Friedland2013-01-071-0/+1
| * Support for attack words.Ben Friedland2013-01-072-2/+3
| * Removed additional player_life attribute from n3 tile. It's been moved to Pla...Ben Friedland2013-01-071-1/+0
| * Orc battle at entrance of cave. Player now has hit_points.Ben Friedland2013-01-074-1/+97
* | Add a simple way to test tilesThomas Kluyver2013-01-075-13/+80
* | Merge pull request #5 from lathan/masterThomas Kluyver2013-01-071-1/+1
|\ \
| * | added missing whitespace in stringGeorge Angelopoulos2013-01-071-1/+1
|/ /
* / Add transfer() utility function.Thomas Kluyver2013-01-073-3/+29
|/
* Small fix for tile n2Thomas Kluyver2013-01-071-1/+2
* Merge pull request #3 from ben174/masterThomas Kluyver2013-01-071-9/+13
|\
| * Tile e2 now contains a dwarf rather than a wizard. Torch is given unlit. Gues...Ben Friedland2013-01-071-9/+13
* | Merge pull request #1 from ben174/masterThomas Kluyver2013-01-072-1/+40
|\|
| * Error handling for invalid guesses in wizard's challenge.Ben Friedland2013-01-071-11/+14
| * Using /usr/bin/env in shebang line rather than /usr/bin/python3Ben Friedland2013-01-071-1/+1
| * Added e2 tile containing a wizard's challenge for a flaming torch.Ben Friedland2013-01-071-0/+36
|/
* Add docs link to existing modulesThomas Kluyver2013-01-061-0/+3
* Add tile n2. Need to put in a flaming torch somewhere.Thomas Kluyver2013-01-051-0/+25
* Add note on submitting tilesThomas Kluyver2013-01-051-2/+3
* Add first tile in each cardinal direction.Thomas Kluyver2013-01-055-2/+59
* Various fixes to game coreThomas Kluyver2013-01-053-42/+33
* Link to docs from READMEThomas Kluyver2013-01-051-0/+3
* Minor doc fixThomas Kluyver2013-01-052-1/+1
* Add setup.pyThomas Kluyver2013-01-053-1/+13
* Add initial documentationThomas Kluyver2013-01-058-0/+713
* Create initial game framework.Thomas2012-12-299-4/+182
* Initial commitThomas Kluyver2012-12-292-0/+39