RezkyRizaldi / super-mario-bros

A Simple Super Mario Bros Game with JavaScript & HTML5 Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas Boilerplate is the go-to solution for quickly creating modern canvas pieces using ES6 and webpack.

Getting Started

  1. Clone the repo:

    git clone https://github.com/christopher4lis/canvas-boilerplate.git
    
  2. Install dependencies:

    yarn
    

    or

    npm install
    
  3. Run webpack:

    npm start
    

Your canvas piece should open up automatically at http://localhost:3000 and you should see 'HTML CANVAS BOILERPLATE' on hover.

About

A Simple Super Mario Bros Game with JavaScript & HTML5 Canvas

License:MIT License


Languages

Language:JavaScript 95.1%Language:HTML 4.3%Language:CSS 0.6%