# Functions
LoadSpriteSheet loads the embedded SpriteSheet.
NewGame returns a new isometric demo Game.
NewLevel returns a new randomly generated Level.
# Structs
Game is an isometric demo game.
Level represents a Game level.
SpriteSheet represents a collection of sprite images.
Tile represents a space with an x,y coordinate within a Level.