I built a real time country guessing game using VueJS
Hey everyone,
For this Show Off Saturday (can we do it on Sunday?) I wanted to share a browser based game I built: [https://countryzinho.com](https://countryzinho.com)
It's a fast paced country guessing game where you type as many country names as you can before time runs out. The app is built with Vue 3, Pinia, Vite, and Tailwind. There is full keyboard interaction and real time scoring
Some features:
* 100% playable with keyboard
* Instant feedback on guesses
* Continent filtering
* Bonus points for fast guesses
* Option to end the game early
* Open source: [https://github.com/CharlieBrownCharacter/countryzinho.com](https://github.com/CharlieBrownCharacter/countryzinho.com)
Still a work in progress. Any thoughts on how to make it more fun, especially from a game design or UX angle, are appreciated
Would love to hear your feedback. Thanks