Foodzy collecting food game written in golang, powered by ebiten

About the game

As a player your goal is to stay alive as long as possible by eating food. Once you have 0% energy you lost. Different food has different energy values. Don't eat sweets and unhealthy food since it removes more energy.
The game is written in an ECS fashion using the golang programming language. The heavy lifting (graphics & sound) is done by the ebiten library.

Play the game

Resources

The following resources made this game possible