Skip to content

szh/dreidel-counter

Repository files navigation

Dreidel score counter by Shlomo Zalman Heigh

Live Demo at https://dreidel-counter.herokuapp.com/

Written in TypeScript with Angular. I built this in a very short period of time since I only realized I wanted it a few days before Chanukah, so design decisions were rushed and may not be optimal. Contributions welcome. Disclaimer: Do not use this program to gamble anything of real value, because it contains several unfixed bugs (and because gambling is a bad idea anyway).

Automatically stores game state in localStorage and restores on page load. Includes "Spin for me" to allow for players who don't have their own dreidel to spin. Allows undoing of previous turn.

Enjoy!

© 2020 Shlomo Zalman Heigh, MIT License

How to run locally

Clone the repo, run `npm install` and `ng serve`. Browse to `localhost:4200`.