write up
- [x] Submit a google doc with the following: Name: ICS4U_SurvivalGame_Name
- [x] Title page – name, date, course code, project name
- [x] Overall description of your program including features, highlights, interesting elements
- [x] Sample run of the game
- [x] Hierarchy diagram
- [x] Plan for each class – in plain English
- Include a list of the variables and a list of the methods (pre, what it does, post)
- [x] Limitations of your program – large parts that you don’t work well, things that you would like to add
- [x] Submit a google doc that has the most up to date code. Name: ICS4U_SurvivalGameCode_Name
- [x] Neat and organized
- [x] Comment each method in each class
- Pre: what happens before the method/ what goes into method
- What happens in the method
- Post: what comes out
- [x] Comments at the top of each class
- [x] Section comments for large blocks of code
- [x] Remember to use appropriate variable/method names
animalMain
- [x] Option for the user to play easy or hard mode
- [x] Invalid input for everythi
- [x] goodbye message
- [x] If hunger, thirst or warmth reach 0, the rat dies
Animal
- [x] Algorithms to decrease hunger, thirst, warmth and happiness
- [ ] nice display for all the stats
- [x] if animal gets close to starvation, dehydration or hypothermia, give them a recommendation on which option they should choose.
- [ ] Each field stat change after any action
- [x] if animal dies from hunger, helper method that displays starvation