| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Now player can eat berries to recover 2 hit point in tile n3. | kylerzhang | 2013-01-11 | 2 | -2/+11 |
| | | |||||
| * | Allow custom message when player attempts to move to nonexistent tile. | Thomas Kluyver | 2013-01-10 | 3 | -9/+12 |
| | | | | | Closes gh-7 | ||||
| * | Merge pull request #4 from ben174/master | Thomas Kluyver | 2013-01-09 | 5 | -1/+103 |
| |\ | | | | | Add new n3 tile with Orc battle at entrance of cave. Player now has hit_points. | ||||
| | * | Fixed leave condition at cave entrance. | Ben Friedland | 2013-01-07 | 1 | -0/+5 |
| | | | |||||
| | * | Else condition for reporting health is now a catch-all (in case they go into ↵ | Ben Friedland | 2013-01-07 | 1 | -1/+1 |
| | | | | | | | | | negative hit points). | ||||
| | * | leave method returns True if they manage to flee | Ben Friedland | 2013-01-07 | 1 | -0/+1 |
| | | | |||||
| | * | Support for attack words. | Ben Friedland | 2013-01-07 | 2 | -2/+3 |
| | | | |||||
| | * | Removed additional player_life attribute from n3 tile. It's been moved to ↵ | Ben Friedland | 2013-01-07 | 1 | -1/+0 |
| | | | | | | | | | Player class. | ||||
| | * | Orc battle at entrance of cave. Player now has hit_points. | Ben Friedland | 2013-01-07 | 4 | -1/+97 |
| | | | |||||
| * | | Add a simple way to test tiles | Thomas Kluyver | 2013-01-07 | 5 | -13/+80 |
| | | | |||||
| * | | Merge pull request #5 from lathan/master | Thomas Kluyver | 2013-01-07 | 1 | -1/+1 |
| |\ \ | | | | | | | Just a small typo fix | ||||
| | * | | added missing whitespace in string | George Angelopoulos | 2013-01-07 | 1 | -1/+1 |
| |/ / | |||||
| * / | Add transfer() utility function. | Thomas Kluyver | 2013-01-07 | 3 | -3/+29 |
| |/ | |||||
| * | Small fix for tile n2 | Thomas Kluyver | 2013-01-07 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #3 from ben174/master | Thomas Kluyver | 2013-01-07 | 1 | -9/+13 |
| |\ | | | | | Torch in e2 is now unlit... | ||||
| | * | Tile e2 now contains a dwarf rather than a wizard. Torch is given unlit. ↵ | Ben Friedland | 2013-01-07 | 1 | -9/+13 |
| | | | | | | | | | Guess count is now tracked. | ||||
| * | | Merge pull request #1 from ben174/master | Thomas Kluyver | 2013-01-07 | 2 | -1/+40 |
| |\| | | | | | e2 tile with flaming torch. | ||||
| | * | Error handling for invalid guesses in wizard's challenge. | Ben Friedland | 2013-01-07 | 1 | -11/+14 |
| | | | |||||
| | * | Using /usr/bin/env in shebang line rather than /usr/bin/python3 | Ben Friedland | 2013-01-07 | 1 | -1/+1 |
| | | | |||||
| | * | Added e2 tile containing a wizard's challenge for a flaming torch. | Ben Friedland | 2013-01-07 | 1 | -0/+36 |
| |/ | |||||
| * | Add docs link to existing modules | Thomas Kluyver | 2013-01-06 | 1 | -0/+3 |
| | | |||||
| * | Add tile n2. Need to put in a flaming torch somewhere. | Thomas Kluyver | 2013-01-05 | 1 | -0/+25 |
| | | |||||
| * | Add note on submitting tiles | Thomas Kluyver | 2013-01-05 | 1 | -2/+3 |
| | | |||||
| * | Add first tile in each cardinal direction. | Thomas Kluyver | 2013-01-05 | 5 | -2/+59 |
| | | |||||
| * | Various fixes to game core | Thomas Kluyver | 2013-01-05 | 3 | -42/+33 |
| | | |||||
| * | Link to docs from README | Thomas Kluyver | 2013-01-05 | 1 | -0/+3 |
| | | |||||
| * | Minor doc fix | Thomas Kluyver | 2013-01-05 | 2 | -1/+1 |
| | | |||||
| * | Add setup.py | Thomas Kluyver | 2013-01-05 | 3 | -1/+13 |
| | | |||||
| * | Add initial documentation | Thomas Kluyver | 2013-01-05 | 8 | -0/+713 |
| | | |||||
| * | Create initial game framework. | Thomas | 2012-12-29 | 9 | -4/+182 |
| | | |||||
| * | Initial commit | Thomas Kluyver | 2012-12-29 | 2 | -0/+39 |
