Skip to content

Releases: socialgorithm/uabc

v8.1.0

17 Jul 16:02
Compare
Choose a tag to compare

Breaking changes:

Game Server Handoff: This version of uabc supports handing off to a game server from the tournament server, reducing the cpu usage on the tournament.

All packages are now sharing major versions to indicate compatibility, so starting on v8 only major versions will work together.

v7.1.0

17 Jul 16:08
Compare
Choose a tag to compare

Split by \n instead of os.EOL, fixing a bug where uabc won't be able to spawn files in the same directory using relative paths

v6.0.0

25 Jul 14:13
Compare
Choose a tag to compare

Bumping the major version to match the ultimate-ttt-server: https://github.com/socialgorithm/ultimate-ttt-server/releases

From now on, the major version of uabc must match that of the server, or they will be incompatible.

v2.9.0

28 May 14:42
Compare
Choose a tag to compare
  • Practice mode is working well! 😄

v2.6.0

26 May 19:04
Compare
Choose a tag to compare
  • Added an option to select the number of games to play in practice mode
  • Print the game state at the end of the session
  • Fixed some bugs here and there

v2.5.0

26 May 11:41
Compare
Choose a tag to compare

Add initial support for practice mode 💪

$ uabc -p -f "node your/player.js"

In the next release I'll expand this with more options and better output

v2.0.0

22 May 14:57
Compare
Choose a tag to compare

Add TypeScript support

v1.1.0

22 May 14:58
Compare
Choose a tag to compare

Initial release