- This event has passed.
7:00 PM- Python OOP- Joshua
November 11, 2025 @ 7:00 pm - 8:00 pm
Today we did
- continued with our mosnter
- Practiced converting instructions and a shell output, into code
Homework
- Use inheritance to mimic the following two monsters
# Mummy # mummy's have a unique recieve_physical # if it's health would go below 1 , have it have a 30% (or a chance of your choise), to "revive" with 5 hp # Wizard (max attack above 10) # Wizards have three random attacks when it strikes. It chooses randomly which one to use # Fire ball = Random damage between 1 - max_attack # Icicle = random damage between 5 - max_attack-5 # Bolt = Either does 0 or max_attack *1.5 no inbetween