This project is a pong game built with Phaser and JavaScript. Click to change the bar color to match the ball color--but if the ball touches a bar with a different color, you lose. As you advance the game becomes more difficult and the ball moves faster, but users can click and drag the bars to their initial positions, giving you a better chance at success.
- HTML
- Phaser
- JavaScript
- First get a local copy of the project by forking it or just clone it typing this at your terminal inside your favorite folder:
$ git clone git@github.com:luciano-ilha/pong-game-js.git
- CD into the repository
To make sure the linters' checks using Github Actions works properly, you should follow the next steps:
- On your recently forked repo, enable the GitHub Actions in the Actions tab.
- Create the
feature/branch
and push. - Start working on your milestone as usual.
- Open a PR from the
feature/branch
when your work is done.
👤 Luciano Ilha Carbonel
- Github: @Luciano Ilha
- Twitter: @CarbonellIlha
- Linkedin: @Luciano Carbonell
Contributions, issues and feature requests are welcome!
Feel free to check the fork this repo and create pull request if you want to make changes.
Give a ⭐️ if you like this project!
- Microverse
- TheOdinProject