Please sign in to access this page

WordGuessr

WordGuessr Used AI

9 devlogs
11h 5m
•  Ship certified
Created by Solar

Challenge opponents to fill in the word the fastest!

Timeline

Ship 1

1 payout of shell 67.0 shells

Solar

2 months ago

Solar Covers 9 devlogs and 11h 5m

Finished! This was quite fun to make, and helped me to learn a lot more about Sockets.

Update attachment

Here's an example of what the main guessing interface looks like - although I do plan on improving it further.

Update attachment

Added a leaderboard, did some slight redesigns and made everything look somewhat better + added some other small stuff. I wish I could attach two screenshots though!

Update attachment

It's starting to look more like something playable! Having a few issues here and there, and the design isn't particularly great at the moment, but it's basically getting there.

Loaded an actual dataset now! Worked more on the game and how it should work and retrieved a (temporary?) data set from Hugging Face.

Starting development of the actual game process now! This is a very basic outline of how I would like the game to function.

Got the leave button and some other tweaks done! Well probably not done, but at least enough to get started with the actual game part..

This isn't the cleanest code quite yet, but it works! You can now join the game and then chill in the lobby with the other people who join.

Beginning to experiment with Sockets! This is my first time doing so, and so this project will serve as my testing lab. So far, it's going quite well! Managed to get the base frontend and backend sorted out (as well as understanding a little bit of how Sockets work) and I'm using Socket.io in NodeJS.

Update attachment