A round-table pass-the-phone game built with Svelte as an experiment in data analysis and new frameworks. The game is available here.
Game instructions:
The game accelerates players' demise by increasing the difficulty of n-grams as time goes on.
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version of your app:
pnpm run build
You can preview the production build with npm run preview
.