7 PM – Python Game Development – Sebastian
Today We Did Looked closer at what sprites are needed for our projects Cloned the new Gitlab repositories Learned how to crop sprite images for our projects. You can always find theRead More...
Today We Did Looked closer at what sprites are needed for our projects Cloned the new Gitlab repositories Learned how to crop sprite images for our projects. You can always find theRead More...
Today We Did Reviewed the requirements for sprites before we buy any (hopefully we can all find free sprites). Learned how to crop images using FireAlpaca to make correctly "fitting" sprites. ClonedRead More...
Today We Did Reviewed past class code & finished implementing collisions Added background music and sound effects You can always find the code we wrote in class in my Gitlab repository here:Read More...
Today We Did Created explode.py and began understanding how this sprite will be used Created target.py and started understanding how this new kind of Player will be used Created group collision forRead More...
Today We Did Finished entirety of balloon class Created bad balloons with 50/50 chance Added text to each balloon You can always find the code we wrote in class in my GitlabRead More...
Today We Did Began LibrarySystem Created Library class with constructor Created load books method Created the application loop Began add_book() method AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feelRead More...
Today We Did Added to player.py Began making different screens Began blitting main menu buttons You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-flappy-bird/-/tree/Sebastian?ref_type=heads AYCRead 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...