Skip to content

Brick breaker game web app built using vanilla javascript and jQuery. This was a group project at the end of Module 1 at Turing School of Software & Design.

License

Notifications You must be signed in to change notification settings

sljohnsondev/gametime

 
 

Repository files navigation

Breakout

Brick breaker game web application built using vanilla javascript and jQuery. This was a group project at the end of Module 1 at Turing School of Software & Design.

Project Screen Shot

My image

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 your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

About

Brick breaker game web app built using vanilla javascript and jQuery. This was a group project at the end of Module 1 at Turing School of Software & Design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 3.1%
  • HTML 1.9%