This is a boot.dev guided project with pygame, creating an Asteroids destorying game.
It uses previously learnt object-orientated programming techniques and also showing how to break down complicated logic (step-by-step) into managable steps when tackling issues.
Such as
- How to spawn asteroids
- How to spawn bullets using similar techniques from spawning asteroids
- How to split asteroids into smaller asteroids etc.