v1.0.4
What's Changed
Added
- Added test for game state.
Fixed
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
Full Changelog: v1.0.3...v1.0.4