In this Python tutorial I code tower defence game using the PyGame module. I'm going to explain how to create an enemy and have it move across the screen. This will use object oriented programming and will introduce the sprite class.
Code & assets on github: https://github.com/russs123/tower_defence_tut
Credits for assets used:
Tileset: https://www.kenney.nl/assets/tower-defense-top-down
Turrets: https://zintoki.itch.io/ground-shaker
Heart: https://nicolemariet.itch.io/pixel-heart-animation-32x32-16x16-freebie
Coin: https://totuslotus.itch.io/pixel-coins
Download
0 formats
No download links available.
Tower Defence Tutorial in Pygame | Part 2 - Create Enemy | NatokHD