Good Study Session, just some notes for the test
Notes
- Remember random.randint(<min>,<max>)
- In the comments for your test, there are notes on how you can improve
- The steps to tackling problems
- Look for what you need to “store”
- MonsterHealth?
- inventory?
- turn count?
- damage?
- Do it option by option
- for loops allow you to look through a list, use them for printing out the results of your adventures