local ge = require("game") local game function _init() game = ge.Game:new(_DIR, 10, 4) end function _step(t) game:step(t) end