CYLGame pipeline now looks like:
- game.init_board
- for each bot in room players += game.create_new_player
- game.start_game (This is the added part)
- while game.is_running
- if playback: game.get_frame
- for each player: player.run_turn
- game.do_turn
- game.get_score