Skip to content

Releases: moltenwolfcub/Forest-Game

Forest Game 0.1.1 Pumpkin Patch

29 Oct 21:36
Compare
Choose a tag to compare
Pre-release

Summary

The Pumpkin Patch! Adds pumpkins from the autumn season!

Changelog

  • Added pumpkins
  • Other features in next main release (more details there)
    • Lineart refactor
    • River rendering optimisations (#4 fixing #3)

Thanks for downloading!

Check the project README for installation instructions (there will be a copy in the .zip file too)
Also check it if you are on Mac or Linux cause there might not be an executable to download available.

Any bugs found or feature requests can be reported/suggested in the GitHub Repository

Forest Game 0.1.1

27 Sep 20:31
Compare
Choose a tag to compare
Forest Game 0.1.1 Pre-release
Pre-release

Summary

Fonts, Caches and Errors (handling)

Changelog

  • wrote custom font engine
  • Added a basic dynamic z-layer for berries
  • added errors for berries and time
  • cached river and incline textures
  • changed all level objects in game to be pointers
  • changed necessary panic()s to log.Fatal()
  • changed to the load MustLoad pattern
  • fixed river jumping
  • moved frame generation out of interface Draw() method
  • moved spacing to the font
  • refactored assets structure
  • updated dependencies

Thanks for downloading!

Check the project README for installation instructions (there will be a copy in the .zip file too)
Also check it if you are on Mac or Linux cause there might not be an executable to download available.

Any bugs found or feature requests can be reported/suggested in the GitHub Repository

Forest Game 0.1.0

29 Aug 19:44
Compare
Choose a tag to compare
Forest Game 0.1.0 Pre-release
Pre-release

Summary

Added berries

Changelog

  • Updated to Go 1.21
  • Added Berries that grow
  • Wrote a state engine to manage objects with large amounts of textures
  • changed lineart colour to match art
  • restructured assets package
  • rewrote input code

Thanks for downloading!

Check the project README for installation instructions (there will be a copy in the .zip file too)
Also check it if you are on Mac or Linux cause there might not be an executable to download available.

Any bugs found or feature requests can be reported/suggested in the GitHub Repository

Forest Game 0.0.3

16 Jul 07:26
Compare
Choose a tag to compare
Forest Game 0.0.3 Pre-release
Pre-release

Summary

Updated Time System and improved time-dependent ambient lighting

Changelog

  • Implemented Solstices and Equinoxes
  • Day length is now dependent on time of year
  • During the day and night there is constant lighting and it only changes during sunrise/sunset
  • Changed position of time display on HUD
  • Added date information to the time HUD

Thanks for downloading!

Check the project README for installation instructions (there will be a copy in the .zip file too)
Also check it if you are on Mac or Linux cause there might not be an executable to download available.

Any bugs found or feature requests can be reported/suggested in the GitHub Repository

Forest Game 0.0.2

08 Jul 08:41
649f080
Compare
Choose a tag to compare
Forest Game 0.0.2 Pre-release
Pre-release

Summary

Added lineart and improved rivers

Changelog

  • Added Lineart to river and cliff
  • Added River Jump Priorities (You will now jump the shortest available distance when there is a choice between multiple jumps.)
  • Fixed River Jump Clipping. Previously, when you jumped over a river segment you could land part-way across the river due to some weird behaviour with hitboxes; this has now been fixed and you jump the whole way across the river.
  • Fixed a bug where the game wouldn't dispose used images. This caused your computer to freeze as it was out of memory and eventually the game would crash.

Thanks for downloading!

Check the project README for installation instructions (there will be a copy in the .zip file too)
Also check it if you are on Mac or Linux cause there might not be an executable to download available.

Any bugs found or feature requests can be reported/suggested in the GitHub Repository

Forest Game 0.0.1

01 Jul 08:16
Compare
Choose a tag to compare
Forest Game 0.0.1 Pre-release
Pre-release

Summary

First Alpha Release!

Changelog

  • First Release so no changelog

Thanks for downloading!

Check the project README for installation instructions (there will be a copy in the .zip file too)
Also check it if you are on Mac or Linux cause there might not be an executable to download available.

Any bugs found or feature requests can be reported/suggested in the GitHub Repository