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

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

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/)

![Solitaire](./screenshots/1.png)

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.