Inspiration
We wanted to make an app that makes learning new words fun. So, we've decided to make a game about finding the path between two words in the dictionary with other words as the connection.
How it was made
We actually used data structures and algorithms (in the form of graphs) to make each game. So, once we made a graph with words as nodes and edges as other words found in the definition, synonyms, and antonyms, we generate a path between two words and we guarantee that there will be a solution.
Challenge(s)
It was mainly the game generation logic (graphs). We need to work with an API for the dictionary and actually filter out the correct data we want to place into our graphs.
Built With
- github
- netlify
- supabase
- typescript
- vite
- vue

Log in or sign up for Devpost to join the conversation.