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
1.5.0
The release adds minimal support for running a Multi-Player Competition. Look for more features in a future release
1.3.5
Adds initial Python 3 support
1.1.0
In this release, Brandon's changes have been merged in. Meaning non-grid based game now work somewhat. Also now multi-player game are playable although lacking many needed features, for example scoring.