Skip to content

Releases: gfax/junkyard-brawl

Version 0.3.0

10 Mar 20:46
99e1de8
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Change log

Enhancements

Bug fixes

  • Make it so the game start announcement doesn't happen before the game is actually started (ecf4696)
  • Fix bug when discarding a player's entire hand via game.discard(player, player.hand) (9cfa3a7)

Commit log

  • 99e1de8 Version 0.3.0
  • 873abdc Add bot module and weighting system (closes #1)
  • ecf4696 Flag the game as started before announcing first turn
  • 9cfa3a7 De-reference cards when discarding

Version 0.2.1

17 Nov 01:19
acb1a2f
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Change log

Bug fixes

  • Fix typo in English attack message for the card "Gas Spill"
  • Prevent players from attacking themselves

Commit log

  • acb1a2f Version 0.2.1
  • 5731f2e Don't allow players to attack themselves
  • 6080b91 Fix typo with Gas Spill
  • c8be9ca Move card logic to dedicated modules

Version 0.2.0

17 Nov 01:17
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Change log

Bug fixes

  • Add missing text for when player plays Crane without additional cards
  • [Breaking change] Correct game.announceStats() to now read game.announceStatus() as it displays the game status not statistics
  • Breaking change] Correct game.whisperStats() to now read game.whisperStatus() as it displays the player status not player statistics

Enhancements

  • Add helpful stats (damage/hp/turn-misses) to printed card names where appropriate

Commit log

  • 3ee5e25 Version 0.2.0
  • f0799b5 Add stats to card display
  • 1cc25b8 Rename announceStats/whisperStats to announceStatus/whisperStatus
  • 3bace5d Fix text for playing Crane without cards

v0.1.1

05 Nov 14:27
d6123cf
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Change log

Bug fixes

  • Fix the number of Guard Dogs (now 2) and number of Meal Steals (now 1)
  • Fix it so that the current-turn player can properly counter a grab from his target

Commit log

v0.1.0

03 Nov 08:16
213922a
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Change log

Initial release. The deck and API are mostly complete, but will likely be altered between this and the first major release. For a full todo list, see the v1.0.0 release milestone. Anything missing? Open an issue!

Commit log