MichaelPachec0 / nodejs-project-night

Project night for May 27 2022
MIT License
5 stars 12 forks source link

added reset button and a stored it in a variable in js #29

Closed Dex-theDev closed 2 years ago

Dex-theDev commented 2 years ago

I created a reset button and stored it in a variable, I can't add reset logic yet until I can see what variables are gonna be used for the cards and such. I'm also not certain about the styling of the game but so I used something simple for color. This would take care of issue #20

jericashall commented 2 years ago

Looks good for now. Once we get some more components going the event listener is going to need to reset the name, count, flip all the cards over, and then pull new cards. To pull new cards, you can probably just run the function that will do it on page load.

Dex-theDev commented 2 years ago

I'm getting ready to re-do this pull request now that we have some functionality