A Svelte app for keeping score in Yatzy.
Once you've cloned the repository and installed dependencies with yarn install
, start a development server:
npm run dev
To create a production version of your app:
npm run build
The app currently uses adapter-static
adapter for static site generation.
If you play Yatzy a bit differently, you can change the game rules by adding custom fields to yatzy-field.ts
and changing the game logic in yatzy-game.ts
.