This is our studio policy, and it is also my personal policy: - Zero tolerance for gen AI within spaces we control. - Opposition/avoidance if possible everywhere else. #gamedev #indiedev
The Penguin Festival team have not, do not, and will never use generative AI in any aspect of our work. We'll continue to tackle everything as creatives who care about the world outside of just making games. Thank you for your support so far. We hope to see you at the festival soon! 🎉🐧
We should create the term "ChatGPTing" as someone who rewrites your code with ChatGPT without your consent.
I would really love to see the Godot Québec community grow! If you could share this starter pack (and give it a look), it would really really help!! Thank you!! go.bsky.app/VF1Gf65 #Godot #GameDev #GodotEgine #Art #Indie #StarterPack
Water shader with caustics, refraction, different shading options (smooth, toon) and other customizations is now available for free. Duck included! Link: binbun3d.itch.io/godot-water-... #godot #godotengine #shader #gamedev #gameart
Threw together a video player! It relies on Godot's OGV stream player. Also seen: yesterday's Godot plush in-game. I want players to be able to make a home :) CRT model from loafbrr! https://loafbrr.itch.io/crt-tv-asset #ScreenshotSaturday #godot #indiedev #gamedev
My interactive tween guide for Godot is out ! If you have trouble using tweens, adding "Juice" or picking the right transition, it should hopefully help! The guide is free and will always be 🩵 qaqelol.itch.io/tweens #Godot #GameDev #Animation #Tutorial #Guide #Tweens
I’m super proud to announce my next solo project 👇 Lexispell is a cozy roguelike word game with a physics twist 👀 Merge letters, pick cool upgrades and spell long words ✨ I hope you’ll like this small game, sharing this post and wishlisting on Steam would help me a ton 🙏 s.team/a/4053960/
‼️ Our Kickstarter for The Signal is NOW LIVE ‼️ Explore, craft, and survive on Sirenis, an alien world that's claimed countless victims before you. Uncover the mystery behind the planet and put your building skills to the test. #indiegame #IndieDevs #indiegaming #videogames
store.steampowered.com/app/3874440/... #Game #Steam #UnrealEngine #WiresAndWhiskers
Wires And Whiskers on Steam
Wires and Whiskers is a local co-op action-puzzle game where two players control a lab-engineered gerbil and its magnetic exosuit. Work together to fight mutated enemies, solve magnetic puzzles, and s...
store.steampowered.com
I am proud to have worked on this project. The game is also available on steam. Go play it, it's free !
I am proud to have worked on this project. The game is also available on steam. Go play it, it's free !
Wires and Whiskers 2025: Play as a lab mouse and a robot with magnetic abilities in a cooperative escape! Attract and repel each other to overcome obstacles and enemies! isart-digital.itch.io/wiresandwhis...
🚨 FREE GAME ALERT 🚨 🔔 Wires And Whiskers 📝 Type: Co-Op Puzzle Platformer ☑️ Reviews: Very Positive ✅ SteamDB Rating: 85.27% 🔗 Link:⬇️ store.steampowered.com/app/3874440/... #whattoplay #freegames #coopgame #freegamealert #platformergame #indiegamedev #indiegames
Currently developing a system to handle state transitions within a state machine architecture. #Godot
get in purr-tner, we're going to the abyss. reserve ur spot in our basebuilder roguelite by wishlisting CitaDrill on our BRAND NEW STEAM PAGE 👉 s.team/a/3465440 still not sure if u want to manage loyal cat-izens and explore the horrors? then view our recruitment trailer below✨ #indiegamedev
ADHD is when you are looking for Godot stuff, then suddenly you are playing Fly Me to the Moon on your keyboard using a random video on youtube.
Daily Godot Tip #30: You can give a second argument of a prefix to export groups. This matches any variables afterwards with that prefix (until there's one that does not) It removes what you set as the prefix from the name for the variable in the inspector #godot #gamedev #godottips
4.4 has a new API for them! docs.godotengine.org/en/latest/cl... you can only hook into them in a few locations ATM though. My add-on only shows the context menu when you've selected one or more textures.
EditorContextMenuPlugin
Inherits: RefCounted< Object Plugin for adding custom context menus in the editor. Description: EditorContextMenuPlugin allows for the addition of custom options in the editor's context menu. Curre...
docs.godotengine.org
Thanks to @pumpkintree.games technique presented at the GodotCon 2024, I can now efficiently test my game's multiplayer by running multiple instances on a dedicated server. #godot #gamedev
I'm having a hard time converting the project to C++, so here's a little sneak peek. #godot #gamedev
Updates: J'ai ajouté des icônes, des animations et des transitions. Pour l'instant, seul le premier sort fonctionne. J'ai également un bug étrange avec la rotation du personnage lors de sa deuxième auto-attaque. #godot #gamedev
Should I make my entities inherit from a single class, or should I make a lot of component to have full flexibility to make my characters/enemies ? Any advices ?
Update : J'ai retravaillé le système de sorts et ajouté un mannequin pour mes tests. J'ai également intégré des animations (encore très rough pour le moment). #godot #gamedev