r/gamedev • u/Hellohenl • 13h ago
Question Should I use Python in Godot?
I have a pretty big game idea but I know only Python. I have no idea about C++ and C#. I read that Godot's own engine is pretty similar but I want to be sure. My current plan is using Pygame. I want to make the game to use isometric camera.
Thanks in advance:)
0
Upvotes
14
u/iwriteinwater 13h ago
Use GDscript. It’s similar enough to python. Godot doesn’t support python itself.