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...
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...
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 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...