Spandan-Bhattacharya / smashout

An HTML5 game created using Phaser3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smashout

An HTML5 game created using Phaser3. A clone of the popular arcade game Breakout.

This repository is participating in JWOC

image

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

Setting up

  1. Fork this repository.
  2. Clone the forked repository locally.
git clone https://github.com/<YOUR_USERNAME>/smashout
  1. Navigate to the project directory and install the dependencies
npm i
  1. Start local development server
npm start 

Contributing guidelines

  1. Set up the project in your local device.
  2. Find a relevant issue to work upon or raise one.
  3. Upon being assigned, create a new branch with a relevant name.
  4. Make sure to commit and push your changes to the forked repository.
git add .
git commit -m "COMMIT_MESSAGE"
git push
  1. Make a pull request with proper description and wait for it to get merged.

About

An HTML5 game created using Phaser3

License:MIT License


Languages

Language:JavaScript 83.6%Language:HTML 11.1%Language:CSS 5.3%