Hi, here is another quick post on the latest pygame project which I have developed lately. In the previous article, we have created an animated enemy object which can switch direction using the timer control. The timer control is only for demonstration purpose only, during the game the enemy will only switch direction if it hits any obstacle in its path. In this chapter, we will take out the timer...
Source
Related posts:
Create a next level scene for pygame project
Modify the enemy sprite's animation
Create the animation character on the maze
Change the direction of the enemy ship
The beginning of Game AI
Lets put the game instruction online instead
Create the about scene for pygame project
Create enemy missiles within the Enemy object
Create a win scene and the level manager class for pygame project
Further modifying the enemy class
↧