https://github.com/michaelchadwick/deckdle
Daily solitaire card game
https://github.com/michaelchadwick/deckdle
card-game cypress daily-game game single-page-app webapp
Last synced: 4 months ago
JSON representation
Daily solitaire card game
- Host: GitHub
- URL: https://github.com/michaelchadwick/deckdle
- Owner: michaelchadwick
- License: mit
- Created: 2024-08-13T16:40:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:03:45.000Z (4 months ago)
- Last Synced: 2025-03-09T18:27:45.028Z (4 months ago)
- Topics: card-game, cypress, daily-game, game, single-page-app, webapp
- Language: JavaScript
- Homepage: https://deckdle.neb.host
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Deckdle
Daily [Golf](https://en.wikipedia.org/wiki/Golf_(patience)) solitaire card game. Everyone gets the same setup and the same stock. Get the highest score you can!
More expository words spilled digitally about Deckdle [are available if interested](https://michaelchadwick.info/blog/2024/09/11/deckdle-is-live/).
## Golf Scores and Names
Deckdle uses a semi-standard naming convention for golf scores. Some scores will display a picture upon achieving. All images taken from [AI Emojis](https://emojis.sh). Credit is given when the picture has attribution.
* 9 Below Par: -9: Roc ()
* 8 Below Par: -8: Swan ()
* 7 Below Par: -7: Robin () (In honor of Robyn's amazing achievement)
* 6 Below Par: -6: Phoenix ()
* 5 Below Par: -5: Ostrich ()
* 4 Below Par: -4: Condor (Triple Eagle) ()
* 3 Below Par: -3: Albatross (Double Eagle) ()
* 2 Below Par: -2: Eagle ()
* 1 Below Par: -1: Birdie ()
* Exactly Par: 0
* 1 Above Par: +1: Bogie
* 2 Above Par: +2: Double Bogie
* 3 Above Par: +3: Triple Bogie
* 4 Above Par: +4: Quadruple Bogie## Subsystems
### Audio
Uses [webaudio-tinysynth](https://github.com/g200kg/webaudio-tinysynth) for making noise.
### Randomness
Uses [chance.js](https://github.com/chancejs/chancejs) for seeding puzzles.