mattxwang / solitary-confinement

๐Ÿƒa code implementation of "strategy" solitaire

Home Page:https://mattxwang.github.io/solitary-confinement/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solitary-confinement

Solitary Confinement is a web-app implementation of "strategy" solitaire. I quicky spun it up for a friend, mostly because online solitaire tends to only be Klondike Solitaire.

This app is built with react and react-bootstrap; I bootstrapped it with create-react-app. The SVG playing cards are courtesy of Adrian Kennard.

development setup

The steps are pretty typical for any Node project:

$ yarn install # or npm install
$ yarn start   # or yarn start

About

๐Ÿƒa code implementation of "strategy" solitaire

https://mattxwang.github.io/solitary-confinement/

License:MIT License


Languages

Language:JavaScript 87.3%Language:HTML 10.2%Language:CSS 2.5%