- This event has passed.
5 PM – Python Game Dev – Gamas
July 15 @ 8:00 am - 5:00 pm
Today We Did
- We reviewed each individual project.
- We continued on Shoot Balloon project by making balloon move from bottom to top.
- We reduced the Balloon hitbox so only the balloon that can be popped. The Balloon string is not part of the hitbox.
Homework
Continue working on your individual project according to the assignment listed in your project proposal.
- Chris
- Crop all the 16 player images using fire alpaca for Player animation. Make the player larger like 50 X 75.
- Make the background image larger 1000 X 750.
- Add animation for the player walking left, right, up and down. Look at how we did animation for dragon_birdie player.
- Crop the enemy images and put it in the project.
- Create enemy.py create Enemy sprite.
- Make enemy appear on the screen.
- Brandon
- Put more description on your project proposal so people understand your game more.
- How to win the game.
- Add background image.
- player.py
- Make the player move by AWSD
- Add player animation.
- projectile.py
- Make the projectile appear from left or right.
- Make them move either going LEFT or RIGHT.
- Add collision detection between player and projectile. If a player get hit, make player’s health goes down.
- Dakota
- Add player projectiles.
- Add player and enemy collision detection. Increase score.
- Add score and display it on screen.
- Player and enemy projectile collision detection, Make player disappear.
- Player and enemy collision detection, Make player disappear.
- Change the player control to AWSD or arrow keys.
- Chris