Skip to content

v0.3.0

Compare
Choose a tag to compare
@evanofslack evanofslack released this 05 Feb 06:04
· 366 commits to master since this release
a8ba0d9

Overview

This release is mainly bug fixes and minor improvements. Notable bug fixes include adding gardens to the base set as well as fixing an error resulting from actions that cause players to gain from an empty pile (witch, bandit, etc).

There are a couple of changes, mainly related to game.play and simulator.run. Before, these methods would not return anything, but they have been update to return a GameResult and SimulatorResult respectively. These two new return values are just structs that contain summarizing information about the game/simulation which may be useful for users doing post-game analysis.

What's Changed

Changes

Bug Fixes

Improvements

Full Changelog: v0.2.2...v0.3.0