Honeycomb Games
@honeycombgames.io
160 followers 700 following 29 posts
indie game dev currently working on cozy valley https://honeycombgames.io/ #indiedev #gamedev
Posts Media Videos Starter Packs
Pinned
Wow 100+ followers! Thank you all for taking an interest in my little project! I've just released the first playtest on itch - you can try it here honeycomb-games.itch.io/cozy-valley! Come explore the valley!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
i think you mean you found a cool feature 😉
Second playtest is just around the corner! Added lots of things since the first one...

🚙 New car + car physics
⭐️ Simplified UI
🎥 Camera movement + tracking
🎩 Wearables!
🪄 Teleporter
🌾 More flora!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame #cozygames
More work on biomes and environment! Now you can drive through lush meadows, tropical beaches, icy tundras, scorching deserts, and into a volcano!! 🌋

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame #cozygames
More work on biomes and environment! Now you can drive through lush meadows, tropical beaches, icy tundras, scorching deserts, and into a volcano!! 🌋

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame #cozygames
Still working through major improvements to the biomes and environment but was able to add this nice bushy patch of grass to drive through 🌾😁

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame #cozygames
Been working a lot on behind the scenes stuff but here is some front of scene stuff 😎 most collectables now have some sort of effect!

What would you like to wear on your car??

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame #cozygames
Spent some time this week refocusing my game around driving, collecting, and exploring. Ended up ripping out a lot of unnecessary bloat! And now trees go bonk! 🌲💥 sound on 🔊

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame
thanks for the kind words! I think that moment was when i first connected the map generation and the driving - felt pretty magical!
Decided to rework the entire car physics...while learning car physics...and blender 🤯 pretty happy with the result though!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame #cozygame
If you get the chance to play it I'd love to hear your feedback! I've included a feedback button on the main menu - just click it and fill out the google form. Thank you!
Wow 100+ followers! Thank you all for taking an interest in my little project! I've just released the first playtest on itch - you can try it here honeycomb-games.itch.io/cozy-valley! Come explore the valley!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
We've got biomes! Still some fine-tuning needed but the system is in place. Traverse open fields, wooded forests, snow-capped peaks, expansive deserts, tropical beaches and more!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
Here's the fading in action!
Actual screenshots for #screenshotsaturday this time! 📸

Work in progress on adding biomes to add interesting sights to drive through! Also added this fade when objects obstruct the camera, was easier than I thought!

#indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
would love to join! also where can i find the previous starter packs 👀
would it feel juicier if the jump cancel included a backflip before the headshot? idk why but i was expecting the jump to lead into some sort of acrobatic before the execute
Okay fineee...you can drive underwater 🌊🤿 after unlocking the periscope of course 😁

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
Life's been busy but I'm back! Initially, the car could drive underwater as the water mesh had no collider. So I added an invisible wall! Tada! No more underwater driving...but what if you could...? 🤔

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
Another productive week getting ready for my first playtest! Managed to add a main menu, sound fx and music, update the player UI, MORE assets, and a skybox!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
Been a busy week! Adding assets, learning blender (it's hard), and generally adding content...like this plane for end game zoomies 😁

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
it’s all procedural! so different world seeds will give you a different map. thanks!!
Looked at the clouds today and thought to myself "Man that's a really cool shader" 🤦‍♂️

Anyhow, I've implemented the tile spawning animation! All I had to do was break the entire map and re-write it from the ground up 😁

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot #drivinggame
This week I challenged myself to create a quick and dirty inventory and upgrade system that works. Mission accomplished!

Lots of polish still to come but you can now collect parts and craft upgrades!

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev #godot
Seeds are fun! Added seeding for the random map generation and the foundations for the collectable system! Now to just add allllll the collectables.

What kind of things would you like to collect?

#screenshotsaturday #indiedev #solodev #indiegamedev #gamedev
This is the intended camera view! Although not the final spawning animation, I also plan to make the grid spawning a bit smoother. The grid is actually small enough where I'm not running into any rendering issues but scaling it up 10x definitely causes problems 😅