Demo games to see some real examples of games can be found HERE!
from BlazeSudio import Game
import BlazeSudio.Game.statics as Ss
These will be the parts of the library to make your game with.
For starters, let's make a Game object
G = Game()
// TODO: Finish