Fox Puppies Want Food For The Winter
Help Fox Puppies to get trough the winter by collecting a local farmer harvest.
Controls:
WASD / Arrows to move
Space to collect food and to store it in the burrow
Developed in Godot, HTML5 Playable
Code by https://twitter.com/SergeyLerg
Art & Music by https://twitter.com/OlaskaArt
Status | Released |
Platforms | HTML5 |
Author | Sergey Lerg |
Genre | Survival |
Tags | Ludum Dare 52 |
Links | Ludum Dare |
Development log
- Balance updateJan 10, 2023
- Bug fixes updateJan 10, 2023
Comments
Log in with itch.io to leave a comment.
Just popped here after seeing your devlogs. Following since the Corona days eheh.
I wonder what settings are you using on the html5 build in Godot 4? In my experience is takes a really long time on a Mac to load even a simple game with 1 sprite, and this loaded almost instantly! Any suggestion?
The days were simpler back then, heh.
Currently Godot 4 doesn't export to HTML with C# code (my case). The game initially was made with Godot 3.5 and exported then with no much problem. Using the GLES2 backend. For the devlog series I upgraded the project to Godot 4.
I heard shader compilation could be an issue?
Hm, found that issue - https://github.com/godotengine/godot/issues/70691 It's being worked on.