Marty is a game buit with the PHASER gaming engine, along with AngularJS, AngularFire, and Firebase.
Marty has the player play as Marty Mcfly on a hoverboard and is tasked with collecting as much "candy" before the players life reaches 0. As the players score increases, the "candy" will fall at a faster rate. Collect "PFM" to increase the players health by 1.
Use the arrow keys to move Marty around the screen
Built by as one of my capstone projects during my time at Nashville Software School.
If you don't have NPM yet, from your terminal:
curl https://npmjs.org/install.sh|sh
In your browser, navigate to the repo
In the top-right corner of the page, click Fork.
In your designated code directory, type:
git clone https://github.com/Your-Username/marty
cd marty/
npm install
bower install
hs
Browse to the i.p. address in the terminal to play it on your local host or open with your favorite text editor and you should be ready to start coding.
MIT