Oh, didn't realize #AdventOfCode only has 12 puzzles this year...
Even though there's still only a day between them, I think this is better because you don't have to finish one each day!
Oh, didn't realize #AdventOfCode only has 12 puzzles this year...
Even though there's still only a day between them, I think this is better because you don't have to finish one each day!
Learning Godot control nodes:
Oh! I get it, this is just like CSS! ๐
This is just like CSS โน๏ธ
World 2 is done ๐ planning to have some friends playtest the game to see if its going good so far
Jonas Tyroller: Got 30750 points. In the first runs I had a bit of trouble finding out why I am losing immediately. Maybe the first timer could be a bit longer than 3 seconds. It also took me an embarrassingly long time to see that I need to balance the weight on the boat correctly to stop it from falling over. Faster feedback for misplaced robots would likely feel more satisfying (immediate explosion instead of waiting for them to grow). All in all great little game. Enjoyable.
Oh my goodness, Jonas Tyroller (developer of "Will You Snail?") played my game!!!
Jonas Tyroller: Got 30750 points. In the first runs I had a bit of trouble finding out why I am losing immediately. Maybe the first timer could be a bit longer than 3 seconds. It also took me an embarrassingly long time to see that I need to balance the weight on the boat correctly to stop it from falling over. Faster feedback for misplaced robots would likely feel more satisfying (immediate explosion instead of waiting for them to grow). All in all great little game. Enjoyable.
Oh my goodness, Jonas Tyroller (developer of "Will You Snail?") played my game!!!
What's up with those accounts that seem to automatically like and repost every gamedev related post? Are they bots or just people with too much time on their hands?
I'm so good at accidentally naming variables the same as built in functions
The best way to motivate yourself is to post about your project on the internet, then people will shame you when you don't finish!
#GameDev
Making this post to bring attention to some of my games!
alkemist0.itch.io/robo-boat
alkemist0.itch.io/stop-corp
alkemist0.itch.io/night-light
They all take just a few minutes to play. I'm still learning game development so I'd like any advice on them!
#Godot #GameDev
Working on a game for Godot Wild Jam with @m1n3c4rt.github.io!
It's a roguelike deckbuilder, with dice instead of cards!
#Godot #GameDev #GameJam
Screenshot of a beach level from an 8-bit GameBoy 2D platformer I am developing solo
Game development is going swimmingly ๐๐ฅซ
Making this post to bring attention to some of my games!
alkemist0.itch.io/robo-boat
alkemist0.itch.io/stop-corp
alkemist0.itch.io/night-light
They all take just a few minutes to play. I'm still learning game development so I'd like any advice on them!
#Godot #GameDev
Secret Santa Game Jam update! The jam has been over for a week, and I just finished ๐
. It took me a while just for one level. I'll continue to update it over the next month or so, adding more levels and some cool features as well. alkemist0.itch.io/tidal-treasure
#GameDev #Godot #GameJam
Secret Santa Game Jam update! I wasn't able to finish the game within the deadline, but I'll keep working on it!
Expect to be able to play the full version before December 31.
For now, you can still play the demo at alkemist0.itch.io/tidal-treasure
#Godot #GameDev #GameJam
Bluesky seems to have added jpeg compression to my .png files. Great feature!
Pixel art of a blue fish
Pixel art of a red fish
Secret Santa Game Jam update! Started working on art finally. Got the red and the blue fish done. Any advice would be greatly appreciated!
#GameDev #GameJam #PixelArt
Secret Santa Game Jam Update! It ends in a week. Got most of the game working. Now just need to make UI, and actual levels. I am still looking for a pixel artist, if you're interested, please reply with some of your work. It's not a paid position, just for fun.
#Godot #GameDev #GameJam
A screenshot of the Godot Asset Library
There are templates in the Asset Library section of the Project Manager
No, it's just for a game jam.
Bonus: The system working with 100 followers
#Godot #GameDev #GameJam
Secret Santa Game Jam Update! I've reworked the followers to use Godot's NavigationAgents rather than Physics. It's a lot more stable and smooth now.
I am also looking for a pixel artist for this game. If you're interested, reply with some of your work.
#Godot #GameDev #GameJam #PixelArt
Honestly my code is just "move toward the big one and move away from the other ones"
Secret Santa Game Jam progress update! Not sure if I should keep collisions between them or let them pass through each other. I think keeping collision will make it look better, but the physics is just too buggy for it to make sense. What do you all think?
#Godot #GameDev #GameJam
@steinmakesgames.bsky.social Could you make a Godot feed that sorts by newest posts instead of popular posts?
Yup! move_toward just moves the value at the rate specified. I just multiply by the delta so that the speed is per second rather than per frame.
Also useful for this: `move_toward`!
I find this useful for movement acceleration or to smoothly move to another value. For example, in the `_process` function:
```
velocity.move_toward(target_velocity, speed * delta)
```
This changes the velocity at a linear rate.
#Godot #GameDev
My progress from today on the Secret Santa game jam! It's going to be an underwater maze where you have to lead a group of smaller fishes to safety. Sort of a successor to alkemist0.itch.io/red-fish
#Godot #GameDev #GameJam
@gameengines.bsky.social
I would like the Godot label please!
I think the black outline in A is enough. Maybe use B if the item is selected.
Hello world! I'm on Bluesky now! I'll post game updates here. Currently working on the Secret Santa game jam.
#godot #gamedev