
Guzzling Ants
The ants are hungry but they don't know how to invest the food they harvest.
Please guide them on the path of gluttony!
Guzzling Ants is an *idle game* made with Godot for the web. It was mostly an excuse for us to learn 3D with Godot and Blender from scratch.
----
- Train five ants using the button in the top-right menu.
- Wait for the ants to gather more food.
- Train even more ants. Sacrifice weaker ants to train better ants.
- Move the camera by dragging the mouse. Zoom using the scroll wheel.
You can turn colors ON and OFF using the bottom-right button. Let us know in the comments which version you prefer, we couldn't agree within the team!
If you experience issues or slowdowns using the Web build, you should try the Windows or Linux build instead.
----
- Game engine: Godot 4.3
- Assets: Blender 4.1
- Logo font: Eracake
----
Please guide them on the path of gluttony!
Guzzling Ants is an *idle game* made with Godot for the web. It was mostly an excuse for us to learn 3D with Godot and Blender from scratch.
----
How to play
- Train five ants using the button in the top-right menu.
- Wait for the ants to gather more food.
- Train even more ants. Sacrifice weaker ants to train better ants.
- Move the camera by dragging the mouse. Zoom using the scroll wheel.
You can turn colors ON and OFF using the bottom-right button. Let us know in the comments which version you prefer, we couldn't agree within the team!
If you experience issues or slowdowns using the Web build, you should try the Windows or Linux build instead.
----
- Game engine: Godot 4.3
- Assets: Blender 4.1
- Logo font: Eracake
----
Comments16

Exa15 Oct 2024, 14:12
Omg!!!It is S-o beautiful!!!Nice job 10/10!!!

Krabban15 Oct 2024, 15:07
Really love this game. It's like some weird cookie-clicker. I hope the ants track pheromones and stuff? :D
I prefer the black and white version btw.
I prefer the black and white version btw.

Prunus Padis15 Oct 2024, 15:14
As an ant fan this was a nice game though as it was an iddle game it wasnt that interactive. Why did you have to limit the ants :(. I wanted to see my browser freeze from all the ants it could handle xD.
The graphics were nice enough and the spiders feel alive expecially when looked from afar. I liked to color more since it brough nice constrast.
The one thing i most wanted was you to implement a proper ant colony optimization algorithm and see the ants create and travel their own paths and finding food. (Ofcourse you have time for that right?)
Joking aside the idea is there and the grahipcs are nice. Only thing the game was lacking is more depth but simulating the ants on my other monitor while playing other games netted you most time played of the jam games :)
The graphics were nice enough and the spiders feel alive expecially when looked from afar. I liked to color more since it brough nice constrast.
The one thing i most wanted was you to implement a proper ant colony optimization algorithm and see the ants create and travel their own paths and finding food. (Ofcourse you have time for that right?)
Joking aside the idea is there and the grahipcs are nice. Only thing the game was lacking is more depth but simulating the ants on my other monitor while playing other games netted you most time played of the jam games :)

LDJam user 23625615 Oct 2024, 15:27
This was cool, idk why but when you launch the game it starts in black and white, I played this for 10 min before realizing it had colors. My biggest complaint, and idk if there's anything you could do about it, is that it wouldn't continue playing while I was in another tab. As an idle game that seems like the main point, to let it run and come back to it.

Paul-Maxime15 Oct 2024, 16:40
@prunus-padis Yeaaaah we definitely had time to implement an entire ant civilization simulator. :eyes:
Limiting the ants might have been a mistake, we did it to prevent the game from freezing and crashing, but some players might have liked seeing the game run at 2 fps with 5000 ants.
@cheeks Yes, we decided to start in black and white because most people seem to prefer the black and white look (@krabban is proof of that!). The color toggle is here because it was easy to add and some people prefer colors, but it isn't supposed to be the default look.
As for playing while the tab isn't active, it's technically possible but a bit more difficult, since the browser stops processing frames. We'd probably have to manually calculate what happened while the game wasn't active or somehow call `setTimeout` from the godot code.
Limiting the ants might have been a mistake, we did it to prevent the game from freezing and crashing, but some players might have liked seeing the game run at 2 fps with 5000 ants.
@cheeks Yes, we decided to start in black and white because most people seem to prefer the black and white look (@krabban is proof of that!). The color toggle is here because it was easy to add and some people prefer colors, but it isn't supposed to be the default look.
As for playing while the tab isn't active, it's technically possible but a bit more difficult, since the browser stops processing frames. We'd probably have to manually calculate what happened while the game wasn't active or somehow call `setTimeout` from the godot code.
DangItsPang16 Oct 2024, 14:24
Fun game! I got up to 4 matriarchs and decided I had enough food to stop lol
Good job representing the 3D side of LD!
Good job representing the 3D side of LD!

p0l4r16 Oct 2024, 16:50
Well done
_nill_.19 Oct 2024, 13:28
Cool mechanics. It's a pity there is no music. It will be cool if you can choose the ant and tell them what to do. Good luck!!!
Weine19 Oct 2024, 15:41
Very soothing feeling to this, and because of that I prefer the black and white theme. And the ants look really realistic also!

Baturinsky19 Oct 2024, 18:19
Ant animation is great but otherwise...
First, it could really use the play speed controls.
And second, why, or why did you not use the pheromone trail mechanics (like this https://resjournals.onlinelibrary.wiley.com/doi/10.1111/j.1365-3032.2008.00658.x) ? It would make it unique and a educational. And it's quite simple to implement.
As it is, it's too generic.
First, it could really use the play speed controls.
And second, why, or why did you not use the pheromone trail mechanics (like this https://resjournals.onlinelibrary.wiley.com/doi/10.1111/j.1365-3032.2008.00658.x) ? It would make it unique and a educational. And it's quite simple to implement.
As it is, it's too generic.

Paul-Maxime19 Oct 2024, 19:04
We did implement basic ant behavior: they randomly search for food, go back and forth between the nest and the food once some has been found, stop moving once in a while to check where to go next, mostly move in straight lines and rarely turn while moving, etc.
But yeah, we didn't have enough time to implement pheromone mechanics, so each ant is basically an independent ant scout. :(
We also wanted to implement the queen, sound effects and quite a few other things, but we spent too much time on the 3D, animations and trying to make the browser not crash when displaying 100 ants.
But yeah, we didn't have enough time to implement pheromone mechanics, so each ant is basically an independent ant scout. :(
We also wanted to implement the queen, sound effects and quite a few other things, but we spent too much time on the 3D, animations and trying to make the browser not crash when displaying 100 ants.

TheBookSnail22 Oct 2024, 23:38
I liked the gray scale, it gave a good mood for it. The fog of war was a fun touch.
who needs frames when you have ants.
oh no. food scarcity.
who needs frames when you have ants.
oh no. food scarcity.

Turquoise Moon23 Oct 2024, 06:15
This game is very cool! I liked zooming out and just watching the ants. They look pretty good when searching for food. I personally prefer the color version, but the gray scale looks fine too.
jelch23 Oct 2024, 21:04
Really neat. Simple and elegant! I really like that you have a color toggle (though I really like the grayscale look!)

Praccen25 Oct 2024, 16:14
Nice! I got way to invested in getting all the ants :laughing:
I liked the color mode most!
I liked the color mode most!



Good entry!