An HTML5 game created using Phaser3. A clone of the popular arcade game Breakout.
This repository is participating in JWOC
About Phaser v3.55.2
- Read the complete Phaser3 docs here
- Additional Phaser3 tutorials
- Fork this repository.
- Clone the forked repository locally.
git clone https://github.com/<YOUR_USERNAME>/smashout
- Navigate to the project directory and install the dependencies
npm i
- Start local development server
npm start
- Set up the project in your local device.
- Find a relevant issue to work upon or raise one.
- Upon being assigned, create a new branch with a relevant name.
- Make sure to commit and push your changes to the forked repository.
git add .
git commit -m "COMMIT_MESSAGE"
git push
- Make a pull request with proper description and wait for it to get merged.