https://github.com/billstclair/duello
Duello; A Gentlemen's Dice Game
https://github.com/billstclair/duello
Last synced: 4 months ago
JSON representation
Duello; A Gentlemen's Dice Game
- Host: GitHub
- URL: https://github.com/billstclair/duello
- Owner: billstclair
- License: mit
- Created: 2020-08-29T12:53:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T13:06:09.000Z (almost 6 years ago)
- Last Synced: 2026-01-20T10:52:53.165Z (5 months ago)
- Size: 290 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Duello: A Gentlemen's Dice Game](https://gibboygames.com/duello/) was invented by Chris St. Clair. Rules are in [rules.md](rules.md).
For development:
cd ~/.../duello
elm reactor
Then aim your browser at http://localhost:8000/site/index.html
After code changes, use `bin/build` to create `site/elm.js`, then reload the browser window.
Bill St. Clair, 29 August 2020