This is intended to be a simple memory match game in which the user clicks on a tile to flip them over and tries to match the pairs. The cards will show different colors when flipped. The basic game settings will include a start game and a reset game button with 16 tiles. Time permitting I will add graphics/images to the tiles and add options for a larger deck of tiles. I would also like to add an option to change the tiles. Allowing the user to choose from different deck styles.
- This was originally done by changing the inner text of my button. I changed it to a modal and I think it looks much more professional
- 8/25: Currently has the same functionality as start game button, I haven't been succesful in getting the modal to not pop up.
- Initailly the cards array was shuffling but not the images, even though they were in the same div. Changed the code to tiles.forEach and that fixed it.
- I actually decided to use images from the get go.
- I accomplished this by changing the header text