kalapyha / solitaire-group-9

2 stars 0 forks source link

E2E Tests

Getting Started

Check this link to see build version https://classy-pony-87ed97.netlify.app/

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.\ You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!

See the section about deployment for more information.

Game Rules

Solitaire is a popular single player card game that has many variations. The most common version, also known as Klondike, is played with a standard deck of 52 cards. The goal of the game is to move all of the cards from the tableau and foundation piles to the four foundation piles at the top right of the game board, in order from Ace to King, by suit.

Here are the basic rules of Klondike solitaire:

Dependencies

A summary of technology utilized