Releases: software-challenge/player_python
Releases · software-challenge/player_python
v2.2.0
v2.1.2
What's Changed
- fix duplicated identifier in
Ship - fix ship not adding up passengers when picking up from island
- add
coal_for_action-method - add setters in
BoardandSegment
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Add
possible_moves- andpossible_action_comb-Method - Fix bugs in
possible_actions,possible_accelerations,possible_pushes,possible_turns,possible_advancesandcalculate_advance_info
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- add try-catch to processing new move of new received state due to faulty xml protocol
Full Changelog: v2.0.9...v2.1.0
v2.0.9
- fix index error in
AdvanceInfowhich caused a faulty output for possibleAdnvances
Full Changelog: v2.0.8...v2.0.9
v2.0.8
- fixes an issue which caused an infinite loop in the
find_nearest_field_typesmethod when the field type doesn't exist on the board.
Full Changelog: v2.0.7...v2.0.8
v2.0.7
- fixes faulty
find_nearest_field_typesmethod inBoard - add new method to
Segmentnamedcube_coordswhich can calculate the cube coordinate from an array index
Full Changelog: v2.0.6...v2.0.7
v2.0.6
- add the possibility to read and write to attributes of
Board,CubeCoordinates,Passenger,FieldandSegment
Full Changelog: v2.0.5...v2.0.6
v2.0.5
- fix issue with advances on the stream
- fix issue with movement points not subtracting when player pushes other player
Full Changelog: v2.0.4...v2.0.5
v2.0.4
- fix wrong determination of ahead team
Full Changelog: v2.0.3...v2.0.4