Skip to content

v1.0.4

Compare
Choose a tag to compare
@maxblan maxblan released this 31 Mar 18:28
· 136 commits to master since this release

What's Changed

Added

  • Added test for game state.

Fixed

  • Fixed imports in test.
  • make team_enum optional by @jnccd in #24

Improved

  • Split up penguin classes into separate files.
  • Improved copying of objects for penguin which now works almost twice as fast.

Changed

  • Fixed a problem in package_builder which is why it was copying the newly created folder again.

Removed

  • Removed setup because it was redundant.

Other

  • Manually garbage collected after object handling in game client.
  • Added check for the current team in starter.
  • Adjusted test for new pattern in perform_move.

New Contributors

  • @jnccd made their first contribution in #24

Full Changelog: v1.0.3...v1.0.4