Hello, everyone! after a long time away from Godot due to Unity related work, this time I have free times to create another game (a simple one) with Godot. I already completed the basic game of it. It is a word game where you need to connect the letters to make a word.

I am very happy because this time I really completed the basic of the game (unlike the previous one) so I just need to add more levels and advance features like a dictionary, third party plugins, etc. :)

this is the preview of my 40 days word game development, I have learned so many new things like the autoload, save and load files with encryption, shaders, things I need to pay attention to keep the game performance, audio manager, level editor, and so on.

This game is intended for the players from my country so pardon the language.

preview video link

a month later

@asetyowatir I would love to see how you loaded the dictionary and constructed the comparison of the words within the UI if you want to share some code? Or are the levels created individually not dymacally?

Awesome job! :smiley:

4 months later

@JFCG4mer said: @asetyowatir I would love to see how you loaded the dictionary and constructed the comparison of the words within the UI if you want to share some code? Or are the levels created individually not dymacally?

Awesome job! :smiley:

Hello, I'm sorry for the very late reply. I am loading levels from a JSON file. In that file I define the words to use and set each letter position for each level, so I don't do it dynamically. I really hope to achieve it someday, because it will be a tremendous challenge. =)

@agni said: manteb umm

wah makasi uda mampir hehe

preview video link

Hello, after all this time I can finally release my game :) Even though it is a simple game but I am quite proud of it. Please give me some feedback on how you feel about the game and what I need to improve .. :)

Thanks for the Godot Community who always helped me solve my problems!

You can download this game here (Indonesian only)

a year later

is it possible to share the source code?