This memory game project is the third "BIG" project in Udacity's Front End Web Development Nano-degree program. The graphic resources and base game engine were provided for us. My goal was to program the game "instantiation" and game logic.
In order to play this game, load it in your web-browser. Use the arrow keys to move the player to the top row without getting hit by the bugs. When you get to the top, you win. Refresh the page to play again.
- Update the code to be able to reset from Win Dialog.
- Vary the speed and number of bugs on the screen
- Remove Enemies from Array
- @Rodrick's Walk-through got me started.