Skip to content

Releases: software-challenge/player_python

v2.2.0

13 Mar 20:27

Choose a tag to compare

What's Changed

  • made changes to address protocol changes

Full Changelog: v2.1.2...v2.2.0

v2.1.2

18 Feb 22:45

Choose a tag to compare

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 Board and Segment

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 Feb 19:37
644c142

Choose a tag to compare

What's Changed

  • Add possible_moves- and possible_action_comb-Method
  • Fix bugs in possible_actions, possible_accelerations, possible_pushes, possible_turns, possible_advances and calculate_advance_info

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Jan 18:00

Choose a tag to compare

  • 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

03 Jan 12:17

Choose a tag to compare

  • fix index error in AdvanceInfo which caused a faulty output for possible Adnvances

Full Changelog: v2.0.8...v2.0.9

v2.0.8

20 Dec 10:00

Choose a tag to compare

  • fixes an issue which caused an infinite loop in the find_nearest_field_types method when the field type doesn't exist on the board.

Full Changelog: v2.0.7...v2.0.8

v2.0.7

19 Dec 17:10

Choose a tag to compare

  • fixes faulty find_nearest_field_types method in Board
  • add new method to Segment named cube_coords which can calculate the cube coordinate from an array index

Full Changelog: v2.0.6...v2.0.7

v2.0.6

12 Dec 18:18

Choose a tag to compare

  • add the possibility to read and write to attributes of Board, CubeCoordinates, Passenger, Field and Segment

Full Changelog: v2.0.5...v2.0.6

v2.0.5

07 Dec 14:10

Choose a tag to compare

  • 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

23 Nov 21:15

Choose a tag to compare

  • fix wrong determination of ahead team

Full Changelog: v2.0.3...v2.0.4