Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 666 Bytes

#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: