Skip to content

Releases: tolumide-ng/tiqtak

v1.0.7

Choose a tag to compare

@tolumide-ng tolumide-ng released this 14 Jul 21:39
e70714f
  • Reduces the minimum length of logs(game plays) for undoing a play to 2 plays

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@tolumide-ng tolumide-ng released this 14 Jul 21:28
93a1ff3
  • Returns logs through the .logs() function for web targets (with web feature flag)

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@tolumide-ng tolumide-ng released this 13 Jul 21:57
80bfbc4
  • Returns logs history length

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@tolumide-ng tolumide-ng released this 12 Jul 01:52
8e6acaa
  • Enables conversion of ActionPath to Vec<u16>

Full Changelog: v1.0.2...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 01:48
f3679da
Enables conversion of ActionPath to Vec<u16>

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:05
7562b4f
Implements Undo functionality for board state:

- Implements Undo functionality for board state behind the history feature flag

NB: Please not that enabling the 'history' feature flag will disable the `Copy` trait of board states

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:16
508eac2
Release v1.0.1

v1.0.0-rc.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 02:59
16d21f3
Release v1.0.0-rc.2

- No Changes

v1.0.0-rc.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 01:57
577f172
Converts the board from a 64bits board to a 32bits board

- Converts the board from a 64bits based one to 32bits essentially reduces the size of the stored state of the game by 50%
- Refactors the bit mapping of the board's Action
- Adds scale field to the board's Action, this helps understand if the move(Action) is based on a 32bits or 64bits bitboard

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:09
193d7d0
Release v1.0.0