Starts the game
void beginPlay() { if (!isRunning) start(); this.actors.forEach((actor) => actor.beginPlay()); }