Skip to content

Release 1.1.1

Compare
Choose a tag to compare
@Blaarkies Blaarkies released this 11 May 20:53
· 172 commits to master since this release
a4bd822

Release notes

  • Added new languages support
    • Haskell
    • Golang
    • PHP
  • Added new config setting game-config-file-location. This is the path to the game-config.properties file that is used to set various game-engine settings such as map size and building stats.
  • Added new config setting verbose-mode. This can be set to false to avoid map output, increasing console performance.
  • Added buildingsStats property to the gameDetails in state.json. This gives players more information about each building type they can construct.
  • Fixed various minor bugs.

Breaking Changes

  • buildingPrices has been deprecated in favour of the buildingsStats property of gameDetails.