No comments have been left yet.

Instructor: Rebecca | Difficulty: Advanced | Series: Asteroids

The starship USS Turtle is on a mission deep in an asteroid belt, trailblazing a safe path for its fleet to follow. In this series, you’ll learn how to build an asteroids-style game from the ground up, designing the spaceship, its motion controls, laser defenses, and asteroid-rich environment. Can your very own USS Turtle clear the asteroid belt? Let’s find out!

In this episode, we put the last pieces of the game into place. Radar, explosions, object collisions, and win conditions come together to complete this asteroids-style game’s functionality.

You can always watch a livestream anytime! But before following along with the project, be sure to complete the following checklist:

Important Note: To ensure your "Game Over" message appears at the end of a game, add this line of code at the beginning of your game_over() method:

announcer.color("red")

Arcade Clones Code Games