this post was submitted on 26 Jun 2023
33 points (100.0% liked)
Programming
13367 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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
Godot is really lightweight and the scripting (gdscript) is similar to python. It can be a bit rough around the edges but is my go to when making small games.
The documentation is pretty good,but nowhere near as available as something like unity. If I can't find something in the docs,I've been using https://www.phind.com/ to generate a snippet which does a pretty good job of getting me going.
I'm by no means an expert,but if you have any questions feel free to reach out and I'll help if I can!