-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Solitaire #64
base: master
Are you sure you want to change the base?
WIP: Solitaire #64
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://winxp-git-fork-igormacgregor-wipaddsolitaireview.shizukuichi.now.sh |
Hi @IgorMacGregor! You should change some of your lint rules such as single quote, comma-dangle. |
Hi, I'm still working on the solitaire and I would maybe need some advice up to this point. Here are the new changes:
If you have any advice/solution to my problems tell me ! |
Hey, I have made some changes which allow in a strange way to make several moves, I think it was because of a closure issue but now it works :) I have also worked on making deck and topslots functional. |
Hi guys,
Here is my up to date version of the Solitaire view (with Hooks !), I will now focus on the logic of the game, but I will need some time to understand how to deal with the different events of a game. Sorry, I had to create a new pull request, I was struggling hard with Git for the last two days :'(
Have a good day !