this post was submitted on 13 Sep 2023
28 points (100.0% liked)
Game Development
4678 readers
4 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Seconding Godot here. GDScript is almost functionally identical to Python, and if you use the ".NET" version of godot you can even use C# if you want, but you really won't need to.
https://www.youtube.com/watch?v=M8-JVjtJlIQ -- HeartBeast's tutorial series in Godot is fantastic to learn the ins and outs of the engine, even if you don't necessarily want to create the type of game he's making.
HeartBeast is a great teacher in general. His Game Maker videos are also good.