- This event has passed.
3:30 PM – Adv Python Game Dev – Latisha
February 24 @ 3:30 pm - 4:30 pm
Gama Sub
Today We Did
- We explained on how we are utilizing python simpleai library.
- We showed the game_walk.py example of using simpleai library.
- We created maze_solver.py class.
Homework
- Add collision detection between enemy bullet and player.
- When collide, change the game mode to GAME_LOSE.
- Add collision detection between player bullet and enemy.
- When collide, change the game mode to GAME_WIN.