/yahtzee

A single player Yahtzee game using mithril.js

Primary LanguageJavaScript

Yahtzee!

The classic dice game from Milton Bradley built using mithril.js, tailwind, and the meiosis pattern

For development run

npm install
npm run dev

To build

npm install
npm run build