9 AM – Python Game Development
We made the Tube and the player collision detection. We went over how to use Find and Find In Files / Find in Path features in Pycharm to find codes quickly. Homework:Read More...
We made the Tube and the player collision detection. We went over how to use Find and Find In Files / Find in Path features in Pycharm to find codes quickly. Homework:Read More...
Today We: Continued the Animal Race Project Class Project: https://scratch.mit.edu/projects/508042076/ Added a background Created the Dog sprite Created the Dog Start sprite Made the dog always go to the Dog Start spriteRead More...
We completed Animal Race project from page 48 to 56. We created "Finish Line" sprite instead of using Balloons as the finish point. We added Banner to show who win the gameRead More...
We continued with Shoot Balloon project. We made the Target sprite to have lines We made collision detection between Target and Balloon. Homework: Delete the Balloon when it collide with Target onlyRead More...
Today we did: Learned how to change direction a rectangle is drawn using setheading() Learned how to draw complex objects using functions Homework: Create a function called draw_face2(x,y) in March27_TurtleDrawingShapes.py that drawsRead More...
Today We: Continued the Fireworks Project Added the Animated American Flag Gif Added Text that fades in and fades out at the same time Finished the Fireworks Project Started Practicing for theRead More...
We continued with Shoot Balloon project We added Explode sprite. We added bugs Homework: Display the score on the top left corner Display the count down on the top right corner.
Handled collision between the player and birds (homework). We created a score attribute in the Player class to keep track of the score. We increased the score when the player kills birds.Read More...
Today we: continued the Birthday Card project reviewed last week's homework coded the cake and banner to hide when the Green Flag is clicked coded the cake and the banner to showRead More...
Today we went over: The last while loop homework Quiz 1 Review Homework: Study for Quiz 1 which will be next Saturday on April 10, 2021 Review the lecture notes and quizRead More...
Today we went over: How to build the body, arms, and head of the robot using Turtle in Python How to draw spirals by manipulating circles in Turtle Homework: Review the criteriaRead More...
We fixed Giant Fireball spawn location. We display Giant Fireball Cooldown Indicator. And when the countdown went to negative number, we switched to "Giant Fireball Ready" text. Homework: Review all codes inRead More...