Skip to content

Instantly share code, notes, and snippets.

@Groogy
Created August 24, 2017 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Groogy/7419d7c93bacf96ed61b29638276ce88 to your computer and use it in GitHub Desktop.
Save Groogy/7419d7c93bacf96ed61b29638276ce88 to your computer and use it in GitHub Desktop.
require "boleite"
require "./ego/*"
require "./ego/serializers/*"
app = EgoApplication.new # Inherits from Boleite::Application, defines how to get the configuration
app.state_stack.push GameState.new(app)
app.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment