- This event has passed.
6 PM – Python Game Development – Sebastian
January 30 @ 6:00 pm - 7:00 pm
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 Gitlab repository here:
https://gitlab.com/gsugiart/tue-6-pm-flappy-bird/-/tree/Sebastian?ref_type=heads - AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Homework: By now we should all have cloned our new repositories, and put in our cropped sprites. Next we will focus on blitting our players and enemies.
- Before you begin to code, please coordinate closely with your partner first to brainstorm what exactly will be done, and write all plans on the project proposal (below what has already been written).
- Write your name (and your partner will write theirs), and either player/enemy (depending on which you will be developing).
- Below your section you just made for yourself, you will give a detailed explanation of how the player/enemy will move (which buttons, which directions, what sprites, what actions it can take like hitting or shooting).
- Please be as detailed as possible. This is now your section that you’re responsible for on the project, so you need to make sure that your partner and I both understand what you’re trying to do.
- Remember, the detailed planning is the most important part of this homework assignment. Please take enough time to really think about how you want your portion of the game to work.
- Once you finish the detailed planning (it should take 10-20 minutes to give enough detail), begin writing the basics for your player/enemy code.
- Create the file, class, constructor, and update methods.
- Think about what parameters the constructor should take in based on how you explained the player/enemy would move and do damage (x, y, screen, maybe size, etc.), and add attributes for the ones that need to be saved.
- Let your partner know when you’re done! Send them an email so they know to pull/update their code.
- Don’t worry about blitting yet. If you think you have more time, then please spend more time adding to your detailed explanation.
- Before you begin to code, please coordinate closely with your partner first to brainstorm what exactly will be done, and write all plans on the project proposal (below what has already been written).