game = {
start: ->
hud: ->
app
.layer
.fillStyle "#00f"
.fillRect 0, 0, 200, 50
step: ->
this.hud
resources:
ore: 50
stone: 100
}