DEV Community

Cover image for SHort learning Godot engine
Debojyoti Chakraborty
Debojyoti Chakraborty

Posted on

 

SHort learning Godot engine

I take a small bite in game development using the godot engine which is pretty good.

  • Learn how to create a project.
  • Kinematic 2D body for object creation and the tree data structure used for game.

  • Project structure below:

|
|
|
--Res|
     |
     |
     -scenes
     |
     |
     -scripts
     |
     |
     -assets

Enter fullscreen mode Exit fullscreen mode

That is the basic structure of a godot project.

Top comments (0)

Timeless DEV post...

Arguably the single most important piece of documentation for any open source project is the README. A good README not only informs people what the project does and who it is for but also how they use and contribute to it.

How to write a kickass README