Wordle Lite
- 4 Devlogs
- 8 Total hours
A wordle clone that works offline.
A wordle clone that works offline.
The game is now playable.
I implemented a simple word checker by comparing two arrays. The game still has alot of issues but it is now working.
I decided to try to remake wordle because I couldn’t find an open source version that works on code.org as it doesn’t support js frameworks. I found a list of all wordle words from nolanlad and pasted it into my code. So far you can type words and delete characters and it can check if its a valid word.