This is an assignment for the Javascript course, where I will make a concentration game using HTML, CSS and Javascript.
- Clone repo using this link in GitHub Desktop,
$ git clone https://github.com/majapersson/fuzzy_memory.git
in bash or by visiting https://majapersson.github.io/fuzzy_memory/ - Open index.html in your browser (preferrably Google Chrome or Mozilla Firefox)
- Choose difficulty
- Play the game
- Click on any card on the board and it will reveal a picture
- Try to find the corresponding card
- If the cards match, they will stay revealed and if they didn't, they will flip back and you can try again
- When all cards have been revealed and are lying face up, the game is won!
- You can reset the game at any time by pressing the 'Reset'-button
- Rickard Pietsch
- Maria Eidland
- Added pictures and credits
- Added flip animation
- Added difficulty settings
- Fixed stresstest bug
- Moved game logic to function, cleaned up some code
- Added reset button and game over screen
- Added logic for limiting number of clicks
- Fixed compare functions
- Started with Javascript logic, added cards array and shuffle function
- Basic CSS-styling
- Initial commit