I’ve been wanting to start making games but I don’t know how to code or what game engines to use (other than Roblox)
there’s several different things you can use to make games which i’ll go ahead n list right now
If you know python or lua or want to learn it since it’s relatively easier compared to other languages then use pygame or love2d. These are my personal recommendations for new folks since they aren’t too high level like other engines so you can learn the fundamentals on your own.
https://www.pygame.org/docs/
If you prefer c# and c++ then these engines are also nice options for you to use starting out
setup for godot is required iirc if you wanna use c++ in it
raylib has versions in several different languages too so that’s neat
pretty much all of these have tutorials and documentations online for you to help learn the frameworks n engines, although if i were you i’d make sure to learn a bit of the language you wish to use first before starting to use any of these.
Aren’t people avoiding unity these days because of some business decisions they made
Yeah they were gonna charge a bunch of devs a certain amount for every download their game made. They changed the thing to only affect huge games like genshin impact n stuff but the damage was already pretty much done, but unity’s still a good game engine though so that’s why i threw it on the list
Yes, but it has more resources for learning. I’d say it’s a good place to start, and you can pick up a new engine later, carrying over whatever knowledge is applicable that may have been harder to learn on a more obscure engine.