Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:01:56.000Z (about 2 months ago)
- Last Synced: 2024-11-12T23:18:13.533Z (about 2 months ago)
- Topics: card-game, cypress, daily-game, game, single-page-app, webapp
- Language: JavaScript
- Homepage: https://deckdle.neb.host
- Size: 2 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.
* 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.