calebsmith / gdi-intro-python

gdi-intro-python - Girl Develop It: Intro to Python
http://calebsmith.github.io/gdi-intro-python/#/
18 stars 41 forks source link

Finish game example #5

Closed calebsmith closed 10 years ago

calebsmith commented 10 years ago

The examples folder has a game that is progressively improved as the class works together. It currently has game1 - 5. It needs roughly 2 more examples to get to a finished game. The last one or two should probably refactor things a bit so that the board and player are classes in order to demonstrate the section 4 topics. The player should be able to "fight" the $ monster in some way, obtain a second key, enter the final room and obtain the final item.

calebsmith commented 10 years ago

Finished this tonight and working on integrating the examples with the "Let's Develop It" section