What's Changed
Added
- Added test for game state.
Fixed
- Fixed imports in test.
- make `team_enum` optional by jnccd in https://github.com/FalconsSky/socha-python-client/pull/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 https://github.com/FalconsSky/socha-python-client/pull/24
**Full Changelog**: https://github.com/FalconsSky/socha-python-client/compare/v1.0.3...v1.0.4