A puzzle game inspired by the boardgame "Ricochet Robots", built as a fullstack project with progressive enhancement, and tailwind + openprops for styling.
Try it here: https://ricochet.deno.dev
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
deno task start
This will watch the project directory and restart as necessary.
- Full server side state management (try running without javascript!)
- Theming with dark/light mode support
- Touch swipe support for mobile
- Custom animation replays after submitting a solution (css only)
- Custom tailwind setup, based on OpenProps