Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.