Skip to content

Releases: kelindar/tile

v1.3.0

17 Dec 09:46
28d6c88
Compare
Choose a tag to compare

What's Changed

  • Revamp of the library with state support by @kelindar in #6

Full Changelog: v1.2.3...v1.3.0

v1.2.3

03 Dec 17:04
545865a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

03 Dec 08:40
3ace9f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Jun 06:22
Compare
Choose a tag to compare

This PR fixes MoveBy() function as north and south directions were flipped.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Dec 12:19
6006843
Compare
Choose a tag to compare

This release adds a Direction enumeration as well as Point.Move(Direction) Point and Point.MoveBy(Direction, int16) Point which allows to translate a point to a certain direction.

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Dec 16:45
24b670a
Compare
Choose a tag to compare

This release migrates the go version to v1.17 and updates to use kelindar/iostream for encoding/decoding.

v1.0.0

31 Aug 09:05
Compare
Choose a tag to compare

Initial release