Releases: moltenwolfcub/Forest-Game
Forest Game 0.1.1 Pumpkin Patch
Summary
The Pumpkin Patch! Adds pumpkins from the autumn season!
Changelog
- Added pumpkins
- Other features in next main release (more details there)
-
- Lineart refactor
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
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 tolog.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
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
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
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
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