/whack-a-penguin

Implementation of Coder Projects' pop-up penguin game. Part of 100 JavaScript Projects.

Primary LanguageCSSMIT LicenseMIT

Whack a Penguin

An implementation of Coder Projects' Pop-up Penguins Game.

Part of ✨ 100 JavaScript Projects

Installation

  1. Clone this repo: git clone https://github.com/jessabean/whack-a-penguin.git
  2. Install npm dependencies: npm install
  3. Compile assets and run server: gulp
  4. View the project at http://localhost:3000/
  5. Run tests: npm test