this post was submitted on 01 Jul 2023
25 points (100.0% liked)
GameDev
2764 readers
2 users here now
A community about game development.
Rules:
- Adhere to the general lemmy.blahaj.zone rules (#1 being no homophobia, transphobia, racism or other exclusionary content)
- Self-promotion is fine as long as it's not spammy - share your progress, insights, techniques and mishaps! If you recently posted, update the previous post instead of filling the frontpage with your project
- Hide NSFW/NSFL content behind a clear warning, for example: [NSFW Nudity]
More rules might follow if they become necessary; general rule is don't be a pain in the butt. Have fun! ♥
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't have that much experience, but I've been playing with different engines for some time. I've mostly been using Game Maker for 2D games(they are much easier to make!), but recently switched to Godot completely. For me, Godot is the best choice - it is fast, clean, and simple. It's so easy to make a simple game after you put some time into learning it! The nodes system might look a bit confusing at first but it is actually quite simple and efficient. And GDscript!... I've always loved Python for how simple and clean it is and GDscript is almost the same! And one of my personal favorites is how much easier it is to create UI in Godot than Game Maker! A few clicks, a few lines of code and it is done! So yeah, you should at least try Godot - you won't regret it!