CarGame2D is a simple 2D driving example game for the Delta Engine.
Classes
Class | Description | |
---|---|---|
Car |
Handle our car and the simple physics we need for driving around the track.
View code on GitHub | |
Game |
Handles the game logic and draws the background, track and car.
View code on GitHub | |
Program | ||
Track |
Track class for the game, handles painting and helps with collision checking.
View code on GitHub | |
TrackRenderer |