Skip to content

Commit

Permalink
Added a picture of a sheep to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moomoohk committed Feb 6, 2014
1 parent 8057463 commit 85af984
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@ monster.addAI(new SimpleChaseAI());
````

The `EntityGenerator` interface lets you create `Entity` generation classes. These are useful when you'd like to procedurally generate them. Grame comes with one implementation of it. The `DefaultRandomGen` will randomly generate names based on some basic language heuristics and types by picking a random spot in an array containing "human", "orc" and "elf".



I should probably include a picture of a sheep:

![alt text](http://images.fineartamerica.com/images-medium-large-5/sheep-in-summer-meadow-elena-elisseeva.jpg "Baaaah")

0 comments on commit 85af984

Please sign in to comment.