Skip to content

v1.0.0

Compare
Choose a tag to compare
@tubbo tubbo released this 01 Mar 22:22
· 5 commits to next since this release

1.0.0 (2022-03-01)

Bug Fixes

  • prevent building over decorative additions (38fb0e0)

Features

  • build additions as new paths are built (4c11ddb), closes #14
  • execute game actions to place benches/bins (3249e01), closes #20 #24
  • ui: increase window size to accommodate new options (cc3d7c8)

BREAKING CHANGES

  • We now use executeAction() which changes what we need to include in the code to
    prevent things like building out of bounds and ensuring you have enough money.