Inspiration
One of my friends was watching videos of people playing a word game with dice called Q-Less so I decided to recreate it in React
What it does
The user is given 12 letters (3 vowels and 9 consonants) and they have to use all of the letters to make interconnected words like in Scrabble.
How we built it
I built the game fully using React
Challenges we ran into
React has a very steep learning curve but once I understood the terminology of everything it made a lot more sense.
What we learned
My main goal for this weekend was to use React to make a project. I now have a pretty good understanding how why React is so popular and what it is useful for.
What's next for Q-Less
It is likely that the set of letters the user is given will not have any winning combinations. I would like to set up a database that stores the set of letters the user had when they win a round. Then, every few shuffles I can serve the user a set of letters that has a solution so that they have a chance of actually winning.
Log in or sign up for Devpost to join the conversation.