#Protein Panic
A science matching game where you the player need to capture amino acids in sequence to constuct a protein.
Built with Phaser
###Requirements:
- Node.js
- Installation of http-server via npm install -g http-server
###To use the deveopment code:
- in index.html:
- uncomment line 20
- comment out line 21 & 22
- inside the lib directory:
- run npm install
- run bower install
###Post-clone Installation:
- inside the main repo directory:
- run http-server
- make note of the port number returned after running http-server
- navigate to http://localhost:[your-port-number]