7 PM – Python Game Development – Sebastian
Today We Did Finished making the target Added to what happens during collisions between target and balloons You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Finished making the target Added to what happens during collisions between target and balloons You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Added game modes and corresponding methods Began creating the Target class, understanding how targets and balloons will interact You can always find the code we wrote in class inRead More...
Today We Did Finished play button clicking functionality Get mouse position using pygame's mouse library Detect when mouse is within an image's bounds Began credits page You can always find the codeRead More...
What We Did Today: Setup the necessary accounts and files to begin Python Game Development using PyGame. Briefly talked about what gitlab is, and what master/branches are. Showed how to load imagesRead More...
Today We Did Finished logic for good/bad balloons Learned how to simulate a 50/50 chance Group collisions between target (your mouse) and balloons + explosions, scores, and sound effects You can alwaysRead More...
Today We Did Finished Target object, calculating where to draw the target lines based off the mouse position (so target moves with your mouse). Began collision logic between Target & Balloon objects.Read More...
What We Did Today: Learnt how to load images onto the program using pygame.image.load() Learnt how to make images appear onto our game using .blit( {image} , {x _coordinate, y_coordinate} ) LearntRead More...
Today We Did Completed code to blit explosions (through update) Created timer to remove explosions after set amount of time Blitted exploded balloon scores on top of balloons You can always findRead More...
Today We Did Continued shoot balloon project You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/tue-6-pm-shoot-balloon/-/tree/Sebastian?ref_type=heads AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you needRead More...
Today We Did Began shoot balloon project Completed cloning and project setup for our individual projects You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastianRead More...