SnapGamesStudios
banner
snapgamesstudio.bsky.social
SnapGamesStudios
@snapgamesstudio.bsky.social
👋 im a hobbyist gamedev
🕹 my games snapgamesstudios.itch.io
📱 website https://sites.google.com/view/snapgamesstudios
Continuing work on my side project prototype. I have modular hitbox components and fully implemented attacking. I also redid the behaviour tree using Beehave. Next, I'll develop the player attack system, add more enemy attacks, and conduct a playtest.

#indiedev #gamedev #godot #indiegame
November 8, 2025 at 4:31 AM
🌟 Added the animations into Godot! 🌟

I will soon be adding more fighting 🛡️. I want it to be like Monster Hunter 👾, but 2d and maybe some story 👀

#indiegame #indiedev #gamedev #dinosaur
November 1, 2025 at 10:39 PM
🎨 checking out the art workflow for my side project! 🎨

It's very good! 🌟

The model is skfb.ly/psxNT

#indiegame #indiedev #godot #blender
November 1, 2025 at 7:28 AM
I made a dev command console. The previous one we had wasn’t very good, so I decided to create my own.

What do you reckon?

#indiegame #indiedev #godot #gamedev
October 21, 2025 at 9:19 AM
Added a shield! 🛡️

Indoing so, I added toggle animations and the ability for animations to affect player stats (speed, protection)

Next, I will have another look at projectile weapons and how I can polish them more.

#indiegame #indiedev #godot #gamedev #minecraft
October 20, 2025 at 8:22 AM
Created animations for tools and food to originate from the item, so now each item has its own animation instead of relying on a hard-coded one. #godot #indiegame #minecraft #indiedev #gamedev
October 20, 2025 at 6:13 AM
Sadly, I have bad news: my computer can't handle two debug windows of world hoppers, so I can't test multiplayer locally. I'll need someone to test it with each time, or get someone to do it. The multiplayer is set up, but I want to improve it.

#indiegame #indiedev #godot
October 2, 2025 at 5:59 AM
Was porting a game yo 4.5 and it made some cool bugs

#indiedev #indiegame #godot
September 20, 2025 at 3:53 AM
added some new stuff.

1. an icon that will tell if a block is interactive
2. Blocks can have ambient sound
3. Blocks can have lights

#indiegame #indiedev #gamedev #godot
September 3, 2025 at 3:07 AM
I've been adding a new system for crafting BLUEPRINTS these items will allow u to craft as long as they are on you. They can be made at a blueprint station or found

#indiegame #indiedev #godot #gamedev
August 30, 2025 at 10:14 PM
little chest friend :)
#indiegame #indiedev #godot #gamedev
August 25, 2025 at 9:09 AM
Got custom pathfinding working 😄, requires polish, but it's functional. The nav area is generated around the player, inside which can be put on any object. It communicates with a script that creates points, connects them, generates debug meshes, and finds paths.
#godot #indiegame #gamedev #indiedev
August 22, 2025 at 5:40 AM
been working more on the custom app made in #godot to convert a GLB file to a TXT file that contains a VoxelBuffer to be used in the game. to save on performance instead of runtime generating trees

#voxelgame #godot #indiegame #indiedev #gamedev
August 21, 2025 at 7:29 AM
I have been redoing the art. I found that the old one was way too noisy to the eye

And I may or may not be trying to avoid some stuff 👀

#indiedev #indiegame #gamedev #godot
August 17, 2025 at 9:59 AM
I can't help myself; I have redone the gen code, changing it from a single pass to a multipass.

This will be the last time, I promise 🤣

So I can have one pass for the ground and a second pass for structures.

#indiegame #indiedev #godot #gamedev
August 16, 2025 at 2:02 AM
I have fully rebuilt the generator script. In doing so, it's easier to understand, and I can now add cave!

#indiegame #indiedev #godot #gamedev
August 4, 2025 at 4:06 AM