Login or create an account and code along whilst you watch this lesson.
Welcome to the fourth video in our Python Game Development series using PyAngelo! In this tutorial, we’ll show you how to add an enemy car to your game, making it more challenging and exciting. What You'll Learn: - Adding an Enemy Car: Learn how to introduce an enemy car to your game. - Random Respawn Logic: Discover how to randomly respawn the enemy car at different positions across the screen. - Basic Scoring System: Create a simple scoring system where you earn 1 point for every enemy car that goes off the bottom of the screen. By the end of this video, you'll have an enemy car that adds a new layer of difficulty to your game, along with a basic scoring system to track your progress.
1 | Draw the Road | 9:58 | ||
2 | Basic Animation | 9:11 | ||
3 | Car Movement | 7:51 | ||
4 | Enemy Car and Scoring System | 11:45 | ||
5 | Introduction and Game Over Screens | 16:52 | ||
6 | Sound Effects and Music | 5:40 | ||
7 | Multiple Enemy Cars | 9:20 | ||
8 | Increasing Enemy Speed | 5:11 | ||
9 | Invincibility Shield Pickup | 14:53 |