Godot Untitled Typing Game - 002

General Thoughts I’m writing this on Monday, but the changes I made were on Sunday. It was actually helpful to have a “Next Steps” section from my devlog. Looking at them now, I more or less completed them all. Things Done I had to completely rewrite my typing system. Before I explain my system, let me just first say what my typing system was. This is a typing game, where you will need to type the words that appear on screen, hovering above various enemies....

August 21, 2023 · 5 min · Me

Godot Untitled Typing Game - 001

General Thoughts Today was pretty productive it feels like, even if I didn’t do many exciting things. Things Done Organized all game files. Player files with player files, level files with level files. The game feels much cleaner now. Began setting up the text capturing for the game. I am using a LineEdit 2D to capture the node (even though it’s a 3D) game, and have simply placed it out of the viewport....

August 16, 2023 · 4 min · Me