/meteoratron

Little game made with html5 canvas and js

Primary LanguageJavaScript

logo

gameplay

A little game made with html5 canvas and js.
Avoid the meteors coming your way. For how many levels can you survive?
Live demo can be found here.

Instructions

  • Install dependencies - npm install
  • Start the server - npm start
  • Navigate to localhost:3500 in the browser

Content

  • Webpack 4

  • ES6 support

  • Sass support

  • Hot Module Reload - browser reloads whenever a js or scss file changes

  • You can change the port on webpack.config.js on line 22