- This event has passed.
7 PM – Python Game Development – Sebastian
January 8 @ 7:00 pm - 8:00 pm
Today We Did
- Reviewed project proposals & got lots of feedback
- Helped setup PyCharm & projects (took our time since we’re a bit rusty from break)
- Added to Balloon class
- You can always find the code we wrote in class in my Gitlab repository here:
https://gitlab.com/gsugiart/mon-7-pm-shoot-balloon/-/tree/sat_7_pm_sebastian?ref_type=heads - Keep in mind AYC Logic’s observed holidays are found here:
https://www.ayclogic.com/observed-holidays/ - In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Homework: Review the feedback I gave for your project proposals, then please try to begin writing out your main.py. Remember our file structure and follow these general guidelines:
- Create a new PyCharm project (click on file -> new project, then continue setting it up).
- Create 2 folders as we always have had; “src” for code and “assets” for images/audio
- Remember, you can still take some time to try and find cheaper/free assets for your game. All you need for now is a background image which should easily be found for free
- Create your main.py inside the “src” folder and begin filling out the basic code we’ve always used to blit your background image.
- You are finished with homework when you successfully blit your background to the screen. We’ll be looking at everyone’s code & background in class so please make sure it’s finished.