Program ClassDelta Engine Documentation
This game is from our first Game Jam early in 2013. It is a spinoff of the good old Game of Life, but with the twist to kill multiplying rabbits quickly. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms App
    GameOfDeath Program

Namespace: GameOfDeath
Assembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class Program : App

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
Initializes a new instance of the Program class
Top
Methods

  NameDescription
Protected methodResolve T  (Inherited from App.)
Protected methodRun (Inherited from App.)
Top
See Also