A simple match3 game built with Svelte.
Play here 👉 https://svelte-crush.netlify.app/
Note that you will need to have Node.js installed.
Clone this repo and install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the game running.