9 lines
75 B
CoffeeScript
9 lines
75 B
CoffeeScript
game = {
|
|
start: ->
|
|
|
|
step: ->
|
|
|
|
resources:
|
|
ore: 0
|
|
stone: 100
|
|
}
|