« All Events
12 PM – Advanced Python Game Development
July 10, 2021 @ 12:00 pm - 1:00 pm
Today We Do
- We learned about simpleai Python open source library (https://github.com/simpleai-team/simpleai) and how we can use this open source library to help Enemy Tank find the best path to the Player tank.
- We started integrating simpleai Python open source library by creating MazeSolver class.
Homework
- When tank is hit by bullet, show Tank explosion animation. Tank explosion animation can be found under assets/Tank_Explosion directory. Look at how we did WallExplosion.py