Darkborderman / Sokoban

Sokoban, a Godot 4 practice project.
https://darkborderman.github.io/Sokoban
3 stars 0 forks source link

Refactor scenes, script naming #9

Closed Darkborderman closed 1 year ago

Darkborderman commented 1 year ago

Script should follow GDScript style guide

Find a better way to sort out scenes, scripts.

Darkborderman commented 1 year ago

GDQuest guildlines: https://gdquest.gitbook.io/gdquests-guidelines/godot-gdscript-guidelines

Darkborderman commented 1 year ago

Godot Project organization: https://docs.godotengine.org/en/stable/tutorials/best_practices/project_organization.html

Darkborderman commented 1 year ago

Some other references: https://new.pythonforengineers.com/blog/how-to-structure-your-godot-project-so-you-dont-get-confused/