9 AM – Python Game Development
Homework: When player moves, limit the player movement so it cannot move outside the screen. You need to do this inside the player.py on movement function Think about what is the XRead More...
Homework: When player moves, limit the player movement so it cannot move outside the screen. You need to do this inside the player.py on movement function Think about what is the XRead More...
Homework Play Happy Babby.wav background song when you start your program Make more progress on your final game: For platformer game, display the main player on the screen For wack-a-mole game, makeRead More...
Today we Learned: How to make default parameters How to use randint() to get a random number Homework: Star Wars Problem Exercise 1, put it in a file called Nov14_StarWarsProblem.py List, Inputs,Read More...
Today We: Found the (x,y) points of the rectangle and octagon Learned how to draw the points onto scratch and use the broadcast message feature to tell the sprite to draw anotherRead More...
Homework When game is in GAME_OVER mode display the play button and a big GAME OVER text above the play button Look at how we did the score when trying to displayRead More...
Today we had the final test
Homework 1. Add more else if to handle all 2, 3, 4 topping selection 2. Ask user "Do you want more topping (y/n)? " 3. If user enter "n" break from theRead More...
Today we were continuing with the Spaceship project. For Homework: There is no homework this week.
Next week is a 1 hour quiz, please review the following: 1. Functions: with and without return values. Function with parameter vs no parameter 2. Random module. 3. For loop, While loop.Read More...
Today we were able to start the Fireball Fighting project and add in movement. No homework this week.
Today we learned: Reviewed "Tell me your age" homework Discussed logical operators (<=, >, ==, etc) How to make lists How to use elements in a list by their index Homework: Pg.Read More...
Homework: 1. In your last week homework file, do page 167. 9-4 TRY IT YOURSELF. This is continuation of Restaurant class that you did last week. 2. Do page 168 in aRead More...