https://github.com/elena-in-code/classic-arcade-game-clon
https://github.com/elena-in-code/classic-arcade-game-clon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elena-in-code/classic-arcade-game-clon
- Owner: elena-in-code
- Created: 2018-07-19T13:21:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T13:28:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T11:32:17.594Z (5 months ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Classic Arcade Game Clone](https://elena-in-code.github.io/classic-Arcade-game-clon/ "live sample the game")

project part of the [**Front-End Web Developer Nanodegree Udacity**](https://eu.udacity.com/course/front-end-web-developer-nanodegree--nd001).
### Code with:
+ HTML5
+ CSS3
+ javaScript### How to play the game:
+ You are the main character
+ Using the arrows of your keyboard ⬅️⬆️⬇️➡️ move in different directions
+ Objective: Get to the water from the starting point
+ Avoid collision with the bugs that move horizontally, otherwise you will go back to starting point### Acknowledgments:
Thanks to:
https://codepen.io/Momothepikachu/pen/aKrbyd?editors=1010
https://codepen.io/sean-anderson/pen/GdyzZg?editors=1010
https://github.com/ThanCodes/udacity-classic-arcade-game-clone/blob/master/js/app.js
https://github.com/jshanks24/Udacity-Arcade-Game/blob/master/js/app.js
https://github.com/brenopolanski/udacity-classic-arcade-game-clone/blob/master/js/app.js
for sharing their code for the rest to get inspiration##### [Play the game here!](https://elena-in-code.github.io/classic-Arcade-game-clon/ "live sample the game")
##### Hope you enjoy it!