Skip to content

Releases: wordbots/wordbots-core

v0.3.2-alpha

18 Apr 00:49
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release

Features

  • Turn timer (#220).
  • Support for random target selection (e.g. "Discard a random card", "Deal 1 damage to 2 random robots") (#195).
  • Desktop notification when it's your turn in a game (#154).

Improvements

  • Multiple operations performed as part of a single player action are now logged as a single message (#217).
  • Better-looking player name display (#192).

Bug fixes

  • TOGGLE_SIDEBAR actions were being sent through the socket, causing players to control each other's sidebar.

v0.3.1-alpha

17 Apr 20:34
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

Features

  • Support for activated abilities (e.g. "Activate: Draw a card") (#161).
  • New in-game sidebar (End Turn, Forfeit, Activate Ability) (#212).
  • New card: Recycler

Bug fixes

  • Decks weren't shuffled (#214).

v0.3.0-alpha

17 Apr 07:56
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Features

  • Redesigned responsive game UX (#209).

Improvements

  • Better server-side card rendering.

Stability

  • Refactored components pertaining to cards into new components/card/ directory (#204).

v0.2.1-alpha

16 Apr 19:30
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

Features

  • Ability to import and export cards (#197).
  • /api/card.png endpoint to generate card images from JSON (used by wordbots-bot) (#203).
  • Object can give other objects passive abilities (e.g. "All robots have Jump") (#200).
  • New built-in cards: "Anti-Gravity Field", "Magpie Machine", "Smash".

Improvements

  • afterAttack trigger can now specify what type of object is attacked.
  • Minor improvements to Creator (#202).
  • Better UX for left nav bar.

Bug fixes

  • Event card text with <30 chars was being rendered incorrectly in the Creator.

Stability

  • More reliable handling of built-in cards.
  • Update webpack.

v0.2.0-alpha

13 Apr 22:50
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Features

  • Ability to spectate games in progress.

Improvements

  • Better error handling for socket connections.
  • Minor UX improvements: #163, #193.

Bug fixes

  • Many multiplayer-related bugs fixed, including: #180, #185.

Stability

  • Complete refactor of socket-handling code, removing dependency on colyseus and moving the socket server code from wordbots-server (deprecated) into wordbots-core. (#173, #183)
  • Update react packages.

v0.1.3-alpha

11 Apr 08:48
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

Bug fixes

  • Many multiplayer-related bugs fixed: #168, #170, #171, #176.
  • it was handled incorrectly for triggered actions (#177).

Stability

  • More debug functionality added.
  • Upgrade react and react-dom to v15.5, as well as: rc-slider to v7.0, axios to v16.1.
  • Prune unnecessary dependencies.

v0.1.2-alpha

07 Apr 06:49
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Features

  • New mechanism for updating builtin cards.

Stability

  • Upgrade to react-router 4.0.0.

v0.1.1-alpha

06 Apr 20:21
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Stability

  • Bump versions of major libraries (react 15.0.0, redux 3.0.5, webpack 2.3.3, babel 6.4.0, react-router 3.0.0).

v0.1.0-alpha

11 Apr 08:57
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Initial alpha release.