// Use this for initialization void Start() { BlockGame game = new BlockGame(); game.Load(); game.Start(); }