This repository contains a web page version of Concentration, the card game
Clone or download this repository to your local machine and then to play the game open the index.html file in your browser.
This game was built with HTML, CSS and JavaScript - you can see my JavaScript code in the app.js file. In particular I used and further refined the following skills during the development of this game:
- Development strategy: breaking down and planning a project
- Use of JavaScript arrays for data manipulation
- Use of JavaScript timing events (setTimeout() and setInterval())
- Use of functions (callback functions, arrow functions, IIFEs)
- Creation and use of modals/popups
- DOM manipulation:
- Listening for and then handling events
- Selecting and manipulating DOM elements
- Use of Chrome DevTools
The contents of this repository are covered under the MIT License
This was the second major project for my Front End Developer Nanodegree at Udacity. Their lessons, resources, code reviews and feedback were invaluable.
