Memory Game Project
Table of Contents
Instructions
To play this game, you may clone the GitHub repository to play locally, or view the GitHub page at: https://amberroberts.github.io/arcade-game-clone/
Use your arrow keys to move your Hero across the game board—but watch out! If you run into a nasty little bug, you'll get bumped back to start. When you reach the River of Success, you WIN! If you're knocked out 5 times, you lose.
There are tricky little beasts scattered throughout your path, but we have faith that with your persistence and bravery, you will prevail.
Go forth, Hero, and tread carefully as you complete your journey to the water.
Character movements
Player 1 uses Up, Down, Left, Right keys to move one block for each keypress. Try your space bar for a random location - but use it at your own risk!
References
In order to complete this project, I referenced these sources: http://www.objectplayground.com/, MDN(https://developer.mozilla.org/en-US/), W3Schools(https://www.w3schools.com/), https://matthewcranford.com/arcade-game-walkthrough-part-1-starter-code-breakdown/, video chat with Udacity staff Iip, https://stackoverflow.com, keypress function research https://www.quirksmode.org/js/keys.html and https://dmauro.github.io/Keypress/, Matthew Cranford's always-spectacular walkthroughs (specifically https://matthewcranford.com/arcade-game-walkthrough-part-2-pseudo-code/), Collision detection https://stackoverflow.com/questions/41305439/simple-javascript-collision-detection, and my Boston Strong cohort!
Contributing
This repository is a project for the Udacity Front-End NanoDegree.