« All Events
6 PM – Python OOP – Bill
November 12, 2022 @ 6:00 pm - 7:00 pm
Today We:
- Reviewed the HW
- Started working on the main in the Monster Inheritance project
- Created the get_menu method that will return the menu of the monsters
Your HW:
- Create a variable called selected_monster
- this needs to be the monster the player is asked to select to fight
- Check if the user response is in the dictionary
- If it is, set selected_monster to the correct monster by it’s name
- If not, print out “Monster Not Found in System”
- Print out selected_monster.get_info() to see if your code works