Skip to content

Releases: adambiltcliffe/codex

Version 0.2.3

16 May 21:27

Choose a tag to compare

Fixed a convoluted bug which caused Two-Step to work correctly in browsers but not in node (and added a safeguard to prevent similar errors arising in the future)

v0.2.2...v0.2.3

Version 0.2.2

10 May 12:16

Choose a tag to compare

Bug fixes:
Healing no longer heals your buildings.
Heroes should now level up correctly when you kill an opposing hero.
Game doesn't lock up if something killed by Final Smash had a Dies: trigger.
Units/heroes in Squad Leader lose the bonus armor if sidelined.

Behind the scenes, some refactoring and lots of new cards implemented (mostly Anarchy) but not available in play yet.

v0.2.1...v0.2.2

Version 0.2.1

01 Dec 12:44

Choose a tag to compare

Republishing to include some updates which were missing due to packaging error. Also added npm prepare script to prevent this happening again.

Version 0.2.0

30 Nov 16:02

Choose a tag to compare

  • Now provide three packages for node, browser and ES module
  • Added a module CodexGame.interface with various additional functions needed to build a UI layer on top of the engine
  • Added an 'observer' filter alongside player filters
  • Made state fully serializable
  • Added text for all abilities
  • Fixed some bugs where suggestActions didn't suggest any actions
  • Harmony no longer creates tokens for your opponent
  • Bloom no longer allows you to target an opponent's units or heroes
  • Various minor fixes

v0.1.0...v0.2.0

Version 0.1.0

01 Sep 19:17

Choose a tag to compare

Initial package publication on npm.