Game

Dino game,

Creates a properly sized window and runs the whole simulation

Constructors

this
this(uint size)

Creates a Dino game instance, size refers to height of the window

Members

Functions

run
void run()

Runs the game

Static variables

width_to_height_ratio
float width_to_height_ratio;

Width/height ratio

Meta