CarGame2D NamespaceDelta Engine Documentation
CarGame2D is a simple 2D driving example game for the Delta Engine.
Classes

  ClassDescription
Public classCar
Handle our car and the simple physics we need for driving around the track. View code on GitHub
Public classGame
Handles the game logic and draws the background, track and car. View code on GitHub
Public classProgram
Public classTrack
Track class for the game, handles painting and helps with collision checking. View code on GitHub
Public classTrackRenderer