Skip to content

stevepentler/GameTime

Repository files navigation

Shrimpin' Ain't Easy

A Team Effort from: Steve Pentler & David Stinnette



Objective

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.

How to Play

Guide the Jenny and drop nets on the shrimp to collect points.

  1. Press enter to begin each round.
  2. Move Jenny across the ocean using the left and right arrows.
  3. Spacebar drops nets that can trap multiple shrimp.
  4. Capture enough shrimp to pass each round!

Pro Tips

  1. Turn up the volume! The shrimp's movement is based on the amplitude of the song.
  2. The most valuable shrimp feed at the bottom.
  3. If you win round 3, Bubba will tell you all his recipes!

Features/Challenges

  • 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 Run Locally

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages