Skip to content

Instantly share code, notes, and snippets.

@jdoig
Last active December 13, 2015 19:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdoig/4966316 to your computer and use it in GitHub Desktop.
Save jdoig/4966316 to your computer and use it in GitHub Desktop.
hello-world for game{closure} in coffeescript
`import ui.TextView as TextView`
class helloWorld extends GC.Application
initUI:->
textView = new TextView({
superview: @view
layout: "box"
text: "Hello, Coffee!"
color: "white"})
super
`exports = helloWorld`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment