Skip to content

Releases: socialgorithm/uabc

v8.1.0

Choose a tag to compare

@aurbano aurbano released this 17 Jul 16:02

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

Choose a tag to compare

@aurbano aurbano released this 17 Jul 16:08

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

Choose a tag to compare

@aurbano aurbano released this 25 Jul 14:13

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

Choose a tag to compare

@aurbano aurbano released this 28 May 14:42
  • Practice mode is working well! 😄

v2.6.0

Choose a tag to compare

@aurbano aurbano released this 26 May 19:04
  • 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

Choose a tag to compare

@aurbano aurbano released this 26 May 11:41

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

Choose a tag to compare

@aurbano aurbano released this 22 May 14:57

Add TypeScript support

v1.1.0

Choose a tag to compare

@aurbano aurbano released this 22 May 14:58

Initial release