Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurca/klondike
Klondike (AKA Canfield AKA Solitaire AKA American Patience) implementation in TypeScript, with separated logic and view, history of gameboard states and (some) configurable rules.
https://github.com/jurca/klondike
Last synced: 6 days ago
JSON representation
Klondike (AKA Canfield AKA Solitaire AKA American Patience) implementation in TypeScript, with separated logic and view, history of gameboard states and (some) configurable rules.
- Host: GitHub
- URL: https://github.com/jurca/klondike
- Owner: jurca
- License: isc
- Created: 2019-09-13T11:40:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T06:35:13.000Z (7 months ago)
- Last Synced: 2024-04-17T09:57:33.147Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 17.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# klondike
[Klondike](https://en.wikipedia.org/wiki/Klondike_solitaire) (AKA Canfield AKA Solitaire) implementation in
TypeScript, with separated logic and view, history of gameboard states and (some) configurable rules.The game also features hints, a bot / automatic moves, thousands of pre-generated winnable games and a pretty efficient
winnable game generator.