Skip to content

Recreation of the Bomberman game with JavaScript and HTML5 canvas.

License

Notifications You must be signed in to change notification settings

roscalabrin/bomberman

Repository files navigation

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

About

Recreation of the Bomberman game with JavaScript and HTML5 canvas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages