Squirdle.Fun

Nov 29, 2022

Squirdle.fun is a fusion of Wordle and Who’s That Pokemon? Every day at Midnight UTC the app delivers a freshly obscured pokemon and the player has 6 attempts to guess what it is. The game becomes easier with each guess as the obscurred pokemon becomes less so. 

The app is written in React with Next.js and styled with Tailwind. Next is used so that the site stores the daily pokemon data in a cache and doesn’t regenerate until after 24 hours. The user data is stored on the user’s device and can be exported / imported to other devices through the UI.

There are several fun mechanics built into the game, like a filterable history of successful pokemon guesses. Players can also hunt for shinies with increased odds if they guess correctly on the first try!

Give it a shot!