Skip to content

Zyph4444/Solitaire

 
 

Repository files navigation

react-solitaire

A game of Solitaire in React React for view, Redux for state, mocha and unexpected-react for testing, Webpack for module bundling, SASS for styles

Demo available: Github Pages

installation

Clone git repo: git clone https://github.com/pl12133/react-solitaire/ cd react-solitaire Install: npm install Set HOST and PORT environment variables: export HOST=example.com export PORT=80 Start a local server: npm start Play!

features

Mobile friendly interface, card moves are undoable and redoable, tapping a card will automatically move it to the first available stack.

license

All content Copyright Peter Lenahan 2015, Licensed under Apache 2.0

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.7%
  • SCSS 22.2%
  • HTML 1.1%