Trying Dodge the Creeps! tutorial on Godot Engine 4.5

#gamedev #Indiegamedev #godot

@rsmwall Good luck. I found the concept of Godot great but it's using its own language instead of lua or python and for my attempts at least, I had some real issues with making instances of subclasses.
@obscurestar, thanks. In their docs, they say that gdscript was created to focus on game development, especially on godot. I liked it. It looks like Python, but with some options like type declaration and other things. Sorry by my english, I'm learning 😅
@rsmwall Your English is great. +1 for type declarations. I look forward to your thoughts on object oriented development in gdscript.

@obscurestar I tried to read the specifications on godot docs, and I realized that it's is more than the language. The editor is fully based on oop, and I wasn't expecting that, hahaha.

My goal is to make a roguelike game for my course conclusion project. So, I'll read some tutorials and try to do something using it.