Word Chains
- 5 Devlogs
- 8 Total hours
A small word puzzle game
A small word puzzle game
I just uploaded the v0.3b builds to by itch page so you can play with all the new updates here! This update added the new level select screen and the 5 new levels. I added a couple little tweeks this morning before finally uploading everything to itch.io. And for the first time I created a Windows and Linux builds, which went much smoother than I thought.
Finally took the time to create a working level select screen! This was one of the last big features that I have to add to this game before I ship it. In order to make this, I had to redo the way I saved the game, and needed to change some stuff on my color changing code. If you haven’t noticed from my devlogs, One of the options in the settings, is to change the games color. That was made before I came across HackClub so sadly I don’t get credit for the multiple hours that it took to make that feature.
Added 5 new levels into the game, but a little concerned with the difficulty scaling so far. I’ve also added some squash and stretch to the letters when you drag them, which was a bit tricky to figure out how to do with my code base so far. If you want to check it you you can do so here.
One big issue I had was that the icons in the web build weren’t rendering correctly. If you look in the screenshot, the icons I’m talking about are the check box, the slider grabbers, etc.. The big problem I had was I was trying to read a file that was not able to be read at runtime on the web build due to them being compressed into a .pck file by Godot. The way I got around this is by adding .txt to the end of the file.
I also found some sound effects for the splash screen that I’m using, so I added that today as well.
If you want to play this game the beta version is on itch.io at https://chicken502.itch.io/word-chains
I just found out about HackClub, and ive been working on this project for a couple of weeks. This is my first update here!
I just added fullscreen support for my game WordChains! I made everything auto scale to the window size, and when the window is resized, letters that are now off the screen get respawned instead of just snaping to the edge.