Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 664 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 664 Bytes

Bomberman

##About Bomberman is built using JavaScript and HTML5 canvas. It uses Mocha and Chai for testing.

##The Game 2-player game with 2 levels of difficulty. Both players have an unlimited number of bombs and 100 seconds to defeat the opponent.

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run the application.
  • http://localhost:8080/webpack-dev-server/test.html to run the test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test