A Team Effort from: Steve Pentler & David Stinnette
The hurrican has passed, but "people still need them shrimps for shrimp cocktails and barbecues and all." And since you're the only boat left standing, help Forrest and Lieutenant Dan create Bubba Gump's Shrimp.
- Press enter to begin each round.
- Move Jenny across the ocean using the left and right arrows.
- Spacebar drops nets that can trap multiple shrimp.
- Capture enough shrimp to pass each round!
- Turn up the volume! The shrimp's movement is based on the amplitude of the song.
- The most valuable shrimp feed at the bottom.
- If you win round 3, Bubba will tell you all his recipes!
- Integrating p5 processing (p5, p5.sound, p5.dom). See this gist to get a better understanding of our implementation.
- Finishing our first JavaScript project!
To clone the repo:
git clone https://github.com/stevepentler/GameTime.git
To install the dependencies:
npm install
To build the static files:
npm run build
To fire up a development server:
npm start
Once the server is running, you can visit:
http://localhost:8080/webpack-dev-server/
to run your application.http://localhost:8080/webpack-dev-server/test.html
to run your test suite in the browser.
To run tests in Node:
npm test