https://github.com/costava/solitaire
Patience card game
https://github.com/costava/solitaire
css hacktoberfest html javascript js solitaire
Last synced: about 1 year ago
JSON representation
Patience card game
- Host: GitHub
- URL: https://github.com/costava/solitaire
- Owner: Costava
- License: gpl-3.0
- Created: 2016-12-28T02:10:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:17:38.000Z (about 5 years ago)
- Last Synced: 2025-04-16T00:17:47.361Z (about 1 year ago)
- Topics: css, hacktoberfest, html, javascript, js, solitaire
- Language: JavaScript
- Homepage: https://costava.github.io/solitaire/dist/
- Size: 271 KB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Solitaire
=========
- Klondike solitaire.
- Single card turn. No limit on passes through deck.
- Completely drawn on canvas element.
[Play online](https://costava.github.io/solitaire/dist/)

Development
-----------
1. Fork the repo
2. Create a branch off of the `dev` branch
3. `npm install`
4. `npm run build-dev`
5. Open `dist/index.html` in a browser to run
Open a pull request into the `dev` branch.
Changes on `dev` will be merged to `master` when a release is made.