Today we did: We continued April19_RobotBuilder and learned how to draw the left arm. We learned a little bit about how to draw a circle using turtle. Homework: Continue with April19_RobotBuilder.py CreateRead More...
Your HW: Create a new file "monster.py" create a monster class with attributes: species, health, attack Create a new class in the main called MonsterSystem Attributes: monster_dictionary Methods: load_monsters Troll - 20Read More...
Today we did: We reviewed and went over the how to draw a rectangle using a rectangle function using coordinates. We went over another way to draw a rectangle that uses t.rightRead More...