Skip to content

Releases: software-challenge/player_ruby

Turn#direction rename and Push-XML fix

13 Mar 11:31
Compare
Choose a tag to compare
  • Turn#direction was renamed to Turn#turn_steps to make clearer that the value should be a number, not a Direction instance.
  • Converting a Push instance to XML now generates a correct direction attribute value.

Fixed deceleration bug

13 Mar 11:29
Compare
Choose a tag to compare

Negative acceleration did not reduce players coal.

Documentation fixes

13 Mar 11:28
Compare
Choose a tag to compare
v0.3.2

Version 0.3.2

Bugfixes

12 Dec 15:04
Compare
Choose a tag to compare
  • Fixed bug: Coal was not read from server-XML (thanks to wollw!)

Bugfixes

12 Dec 15:05
Compare
Choose a tag to compare
  • Fixed bug where wrong (old) method getMove was called, the new name is
    move_requested
  • Improved end game handling

Mississippi Queen

07 Oct 14:00
Compare
Choose a tag to compare

This is the first working version for the Mississippi Queen game.

Bugfix reservation ID

12 Jan 14:24
Compare
Choose a tag to compare
v0.1.5

Version 0.1.5

Reservation IDs

11 Jan 14:30
Compare
Choose a tag to compare

Client now works on contest system, where reservation IDs are used.

Fixed makeClearBoard

08 Dec 08:31
Compare
Choose a tag to compare
v0.1.3

Version 0.1.3

Bugfixes

07 Dec 09:24
Compare
Choose a tag to compare
  • Fixed bug in == (test for equality) method of connections (thanks to
    wollw!).
  • Fixed link in readme to code of conduct.
  • Removed trailing whitespace.