Skip to content

Commit

Permalink
And adding an RST README, for formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Cunningham committed Jan 25, 2012
1 parent 09abf6c commit 02d7a73
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
@@ -0,0 +1,18 @@
This is something I'm putting together as I learn my way around PyGame. It will be a very basic roguelike, one day.

This game requires PyGame 1.9.1. It may run in earlier versions, but I haven't tested it.

To run, checkout the code, then run main.py::

python main.py

Current features:

* Character movement
* Field of view
* Fog of war
* Random enemies, with random enemy movement
* Animation of player movement
* Random chests, with contents
* Inventory
* Alert area

0 comments on commit 02d7a73

Please sign in to comment.