Skip to content

Releases: messi-yang/ggol

Release Notes v0.3.1

30 Jul 09:41
Compare
Choose a tag to compare

Release Notes v0.3.1

  1. Tag after renaming module, see if go package updates the package name for us.

Release Notes v0.3.0

30 Jul 08:07
Compare
Choose a tag to compare

Release Notes v0.3.0

  1. From now, the DumDumGeniuss username is renamed to dum-dum-genius.

Release Notes v0.2.5

03 Jun 07:17
Compare
Choose a tag to compare

Release Notes v0.2.5

  1. Remove "ResetUnits" method.
  2. Update "NewGame" function, let it just accept one argument "units".

Release Notes v0.2.4

13 Apr 06:23
Compare
Choose a tag to compare

Release Notes v0.2.4

  1. Stop returning pointers from "GetUnits" and "GetUnitsInArea".

Release Notes v0.2.3

13 Apr 03:38
Compare
Choose a tag to compare

Release Notes v0.2.3

  1. Update README.md.
  2. Make return type of "GetUnits" and "GetUnitsInArea" more developer-friendly.

Release Notes v0.2.2

11 Apr 09:09
Compare
Choose a tag to compare

Release Notes v0.2.2

  1. Fix the bug that when "area" in "GetUnitsInArea" does not start from (0, 0), it crashes.

Release Notes v0.2.1

10 Apr 14:00
Compare
Choose a tag to compare

Release Notes v0.2.0

  1. Add new method "GetUnitsInArea" to Game interface.
  2. Add new method "IterateUnitsInArea" to Game interface.
  3. Rename method "Reset" to "ResetUnits" in Game interface.

Release Notes v0.2.0

10 Apr 10:17
Compare
Choose a tag to compare

Release Notes v0.2.0

  1. Big changes, all methods or types containing "Area" are now renamed to "Unit", because "Unit" makes more sense here.

Release Notes v0.1.6

10 Apr 09:07
Compare
Choose a tag to compare

Release Notes v0.1.6

  1. Add "IterateField" method to "Game" interface.

Release Notes v0.1.5

08 Apr 15:13
Compare
Choose a tag to compare

Release Notes v0.1.5

  1. Rename func "New" to "NewGame".