This is a simple color guessing game built with newest Next.js stuff. You're presented a random color and your goal is to guess its RGB values.
It uses many bleeding-edge stuff, therefore, the implementation has a few rough edges. However, I'm happy with the final solution.
You can check out the game here.
- Color guessing game
- Server-side game state handling
- Dark/light themes
- Fully keyboard navigable and accessible
- React
- Next.js (app router + server actions)
- TypeScript
- Tailwind
- Ark UI
- Zod
- Clone repo
- Make sure
pnpm
is installed - Run
pnpm i
- Run
pnpm dev
Any feedback is appreciated. Feel free to head me up.