Creating a Asteroids Flash Game Part 3: Creating and rendering the ship
In the last section we setup our main game class, created our main game loop, and created the background we will be rendering all of our game objects on to. In this section, we’ll make a base class for all our game objects, create our ship, and use the arrow keys to move it around …
Creating a Asteroids Flash Game Part 3: Creating and rendering the ship Read More »