// This script is the main entry point of the game "use strict"; // called per frame, optional function update(timeStep) { // handle update } exports.update = update;