- This event has passed.
9 AM – Python Game Dev – Indo – Gamas
June 8 @ 9:00 am - 10:00 am
Today We Did
- We learned how to detect when user press key on the keyboards.
- We made the player able to move left, right, up and down using WASD keys.
Homework
- Spawn Fireball when user press SPACE key.
- You need to do this code inside main.py.
- If possible you need to spawn the fireball x and y coordinate according to player’s x and y coordinate. If you don’t know how to do this, just spawn it anywhere.