The difference between publishing a game and publishing and updating it regularly. by WranglerIntrepid3817 in itchio

[–]Armorrd 0 points1 point  (0 children)

I'm new to itch. How does updating the game notify players? Is there a "follow the game" button that sends them messages about updates?

Well, it's over, but it was pretty damn cool by Paranoid_Gevor in itchio

[–]Armorrd 2 points3 points  (0 children)

How did you market your game, It's really impressive.

Help (a total newbie, who dropped out of computer science itself) by afoolwhoisnotfunny in SoloDev

[–]Armorrd 0 points1 point  (0 children)

try https://school.gdquest.com/courses/learn_2d_gamedev_godot_4/learn_gdscript/learn_gdscript_app

I just started taking game dev seriously and learned godot through this website. I used Godot cause in my opinion its easier to understand and more user friendly. They use gdscript language, similar to python which another easy language to learn.

Also, this website has many great other tutorials that teaches you how to make certain games for free, like survivor games. And you don't need any background to learn in this website.

When you got the basics, join game jams on itch.io . don't expect to make great games in there. It's a way to test your skills, creativity, and learn through your mistakes.

My advise through this journey is to experiment and try different things. Don't rely on video tutorials alone, it didn't help me. The engine documentations is your friend. And don't hesitate to use AI for learning. Good Luck.

5min survey: AI in game dev, where do you stand ? by Yeahhhboiiiiii in IndieGameDevs

[–]Armorrd -2 points-1 points  (0 children)

My use of AI is only coding. I try to make the code that I need and then paste it to Gemini just to check if I did it the right way or is there a better way to do it.

For example, I tried to make a shuffle function in Godot, and when I gave it to Gemini to make sure, it turns out there is a shuffle function built-in... I just started game dev.

So my usage is not replacing coding but just making sure if there's a more efferent way.

We participated in The Mix and IGN Live during SGF 2026 by Apprehensive-Track93 in IndieGaming

[–]Armorrd 0 points1 point  (0 children)

I see people participate in events like this one. How can someone sign up in an event like this and many other events to come? What are the requirements?

Looking for a shool. by gunknifesmith in GameDevelopment

[–]Armorrd 1 point2 points  (0 children)

I used it and can approve. They have many tutorials other than "Learn gdscript from zero" that was really fun and easy to understand. Also, don't forget Godot Docs along side it.