Skip to content

jakobkordez/yatzy

Repository files navigation

A Svelte app for keeping score in Yatzy.

Developing

Once you've cloned the repository and installed dependencies with yarn install, start a development server:

npm run dev

Building

To create a production version of your app:

npm run build

The app currently uses adapter-static adapter for static site generation.

Custom Rules

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.