This project contains a Classic Arcade Game Clone ported to a front-end architecture built around OO JavaScript.
The Classic Arcade Game Clone project can be clone from here: 'git clone https://github.com/jaybytez/udacity-frontend-arcade-game-clone.git'
The project can be run within a modern web browser and text editor for editing, no additional software is required for this project.
- Clone this repository
git clone https://github.com/jaybytez/udacity-frontend-arcade-game-clone.git
. - Open
index.html
in a browser. - Or edit within your text editor.
- The game can be accessed here: Arcade Game Clone
- The goal of the game is to get the player to the top of the water
- If you hit an enemy bug, then the game will reset
- Use directional keys on the keyboard to move the player up, down, left and right.