Try the game here! (Desktop only): https://slime.frederiklist.com
This is a game I built over the course of a few days using the canvas-advanced Rive runtime. It's partially based on this example: https://codesandbox.io/p/sandbox/rive-canvas-advanced-api-centaur-example-exh2os?file=%2Fsrc%2Findex.ts
Once you've created a project and installed dependencies with npm install
and start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version:
npm run build
You can preview the production build with npm run preview
.