Skip to content

Commit

Permalink
Added go back to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-lad committed Apr 8, 2019
1 parent c98918c commit 09243f8
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 592 deletions.
24 changes: 9 additions & 15 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
favicon.ico,1554671334004,5b9697e19ccae2f16128536dbbab8f9d302dc67951e688c49f7c896eb5d9ee4d
index.html,1554671334003,bf096c3749d014893e96c733da17d6a3f0c244bc1542508fe5ecee8f2414bc58
css/app.c7374785.css,1554671334015,9407c8fa294f072e518e048c983ee64101165ab87bc87793b24daa16012d04c2
js/app.23e4d561.js,1554671334018,3b68e315fe68cc2d3b29bf89b12bb2e228972810bba7141b0baa94015285b758
js/app.23e4d561.js.map,1554671334020,516e615e098d18d5442aa978adaeb528b4b99543fe8facbeb2db7adedcea865b
media/flip.2dd4d944.wav,1554671334004,4f7573fdd6e4a0859f8d7ef9b0251fbeffc6d9f4dbc85943a44c8f58d2cba311
js/chunk-vendors.720ad752.js,1554671334016,8bda099bbe349d69e4851dc2ddf5774eded3e846bfaf2a812a6deb047461d38b
media/shuffle2.2cd1dc97.wav,1554671334017,30a681af540c4e08334de7ae4d9740124c6ac9282fff0a88a086cec159b9b4b9
sl.png,1554671334003,fb96ef2e9c318003d683b13dfdfcf3f6dbe483379b3a5c4f53b89aafdbeb805e
img/sl.339f618f.png,1554671334004,4bd4500b3df3080e93b8d49e5e1275bce510e0ebd9d8aca511bae3e88a9aab39
img/1.07b62ec0.png,1554671334018,e0402508989f3a72d53d8e27bc8b621a69d86dd68a6da63199463645153130c0
img/5.13fdd6ff.png,1554671334018,d0307ecf752e62dc59976325b99dd55ff72986b4ee6fecbbc7b6f94470bbdfcf
1.png,1554671334003,16b697aaebd4ceb29a9e75724ef2a7ad8f124082763a144e1678ee2257a17dab
img/3.bf7d9d79.png,1554671334017,30fa2683ec9f1c46d3446bfbf0054fa1a5706894668c977592ba0803f783825a
js/chunk-vendors.720ad752.js.map,1554671334019,d33ca7558b30b0d0dd6d05bdab48a99c7ae9494c1e1049badd32d52b9df5e200
favicon.ico,1554708800378,5b9697e19ccae2f16128536dbbab8f9d302dc67951e688c49f7c896eb5d9ee4d
index.html,1554708800377,7e26fe8d0cc24e59e2e7b8d85e47adeb2d5dd26e8f090b23f7b869778f4da148
js/app.d9b9203e.js,1554708800388,c0916c8a70bdc5fba1ce089bfb5025cb19ea286bc982658a3b414d2a2a1f0353
css/app.48ea2a16.css,1554708800388,2f4c24e4eedfb097adba9e6ce4be0a479f1c1dffaa93adc9fa4f3c1106de5bb5
js/app.d9b9203e.js.map,1554708800392,269fc5623349ae0dad7877488f22773eb73bbbf33c025f24a73d6e28f32f9fff
media/flip.2dd4d944.wav,1554708800378,4f7573fdd6e4a0859f8d7ef9b0251fbeffc6d9f4dbc85943a44c8f58d2cba311
media/shuffle2.2cd1dc97.wav,1554708800388,30a681af540c4e08334de7ae4d9740124c6ac9282fff0a88a086cec159b9b4b9
js/chunk-vendors.720ad752.js,1554708800390,8bda099bbe349d69e4851dc2ddf5774eded3e846bfaf2a812a6deb047461d38b
js/chunk-vendors.720ad752.js.map,1554708800390,d33ca7558b30b0d0dd6d05bdab48a99c7ae9494c1e1049badd32d52b9df5e200
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ Solitaire implemented by scratch on vue.js. It contains 3 types of solitaire nam

**This project is inspired by [AadumKhor](https://github.com/AadumKhor) Go check out his flutter implementation of the same [Here](https://github.com/AadumKhor/Solitaire_Flutter)** .


## How to play

### Drag and Drop [**New** ]:-
### Drag and Drop [__Chrome,Opera__]:-

- **Drag** the card or the card pile you want to move.
- **Drop** the dragged card pile on the target and if the move is legal card will move
- Note:- Drag and Drop doesn't work for properly for **firefox** due to their lack of support to html Drag and drop API - https://bugzilla.mozilla.org/show_bug.cgi?id=505521 .

### Click edition (Mobile version)-
### Click edition [__Mobile,Firefox,Chrome,Safari,Opera__]-

- **Click** on the card or card pile you want to move .The pile turns to **blue**.
- Click on the
- **Click** on the
destination card and if the move is legal the cards will
stack below the target.

Expand Down Expand Up @@ -96,7 +96,6 @@ npm run serve
## Future scope

- Add winning animation.
- Make klondike one better.

## Support on Beerpay

Expand Down
Loading

0 comments on commit 09243f8

Please sign in to comment.