import build.com.hobogames.Game; public class Game1_Launcher { public static void main(String[] args) { Game game = new Game(); game.gameLoop(); } }