2019-07-23 12:27:19 -04:00
|
|
|
# javascript-pyramid-solitaire-solver
|
2019-07-23 12:32:17 -04:00
|
|
|
A brute force solver for pyramid solitaire written in javascript.
|
|
|
|
|
|
|
|
You can see it in action on my [website](https://igniparoustempest.github.io/pyramid-solitaire-solver/):
|
|
|
|
|
|
|
|
1. Enter the string "4C 8C 6S 7H 4D 6C 8S JH 2S 8H 4H KC AS 6H KD 7D JS TH AH 8D 9D AD 9S QS 7S TC 2D 5C 2C 9C TD 5S QC AC KH 9H 3C 7C 3S 3H 2H JD 5H 4S 6D QD 3D KS QH JC TS 5D" into the textfield.
|
|
|
|
2. Click "import"
|
|
|
|
3. Click "solve"
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
2019-07-23 12:33:20 -04:00
|
|
|
This is probably quite a poor implementation. Please don't fault me, I am teaching myself javascript.
|