Skip to content

Spandan-Bhattacharya/smashout

 
 

Repository files navigation

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

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 83.6%
  • HTML 11.1%
  • CSS 5.3%