JavaScript, CSS & HTML
Autumn 2016. I coded a game with Javascript that allows a user to play a game of memory from a random set of images. If the user flips over two squares and gets a correct match, the match does not flip back over again and the user continues to play until all matches are found (increasing the percentage bar until it reaches 100%). If two squares are flipped and a match is not found, after a predetermined amount of seconds the two squares are flipped back over again and the user is allowed to click another pair of squares. The elapsed time since the game is started is kept track of underneath the game board and stops running when the game has been finished.
Screenshots // Live website