A simple, zero-dependency implementation of Klondike Solitaire, written in Vanilla JS and SCSS.
Use the live-website:
Use the source-code:
- Clone the repo
npm install
oryarn install
npm run serve
oryarn serve
- Play it in the browser of your choice
-
Februrary 2019
- First release
-
Features I might never get around to:
- Simple local scoreboard
- Keyboard shortcuts displayed on-screen on large screens
- Autocomplete moves
- Detect unwinnable games
- Spider Solitaire game mode
- Drag and drop input
- Mobile display and input optimization