Skip to content

Releases: evanofslack/pyminion

v0.5.0

03 Sep 03:27
ac2dc11
Compare
Choose a tag to compare

Overview

Thanks to @jbw3 we now have the entire seaside and alchemy expansions included in this library!

What's Changed

Full Changelog: v0.4.0...v0.5.0

0.4.0

04 Jul 17:41
cd3441f
Compare
Choose a tag to compare

Overview

Thanks to @jbw3 we now have the entire intrigue expansion included in this library!

What's Changed

Additions

Bug Fixes

  • Fixing DeckCounter issue when counting a player's starting deck by @jbw3 in #98
  • Bug fixes by @jbw3 in #103

Improvements

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Feb 06:04
a8ba0d9
Compare
Choose a tag to compare

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

0.2.2

06 Dec 01:16
4a0d029
Compare
Choose a tag to compare

What's Changed

  • Removed minor debug statements
  • Updated naming for base_set cards

Full Changelog: v0.2.1...v0.2.2

0.2.1

05 Dec 21:18
312b08f
Compare
Choose a tag to compare

What's Changed

  • Fix circular import bug in v0.2.0 release

Full Changelog: v0.2.0...v0.2.1

0.2.0

05 Dec 05:31
0de272a
Compare
Choose a tag to compare

v0.2.0 is the first public release of Pyminion!

What's New

  • Added all base set cards #31
  • Overhauled Bot classes to be modular and expandable #54
  • Added new bot implementations (i.e. BanditBot, ChapelBot)

Cards added:

  • Library
  • Sentry
  • Militia
  • Mine
  • Remodel

Full Changelog: v0.1.5...v0.2.0

0.1.5

18 Nov 04:32
0f96599
Compare
Choose a tag to compare

What's New

  • Improvements to game setup and execution
  • More robust implementation of card.play() to handle input from either human or bot.
  • Game logs now saved locally for post-game analysis.
  • New bot, BigMoneyUltimate

Cards added:

  • Moat
  • Witch
  • Council Room
  • Bandit
  • Bureaucrat
  • Throne Room

Full Changelog: v0.1.4...v0.1.5

0.1.4

02 Nov 03:17
94a2824
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

What's Changed

  • Update the game class for more robust game setup
  • Add Poacher and Artisan

Full Changelog: v0.1.3...v0.1.4

0.1.3

31 Oct 17:54
c154443
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Initial working release for pypi