/pong-game-js

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.

Primary LanguageJavaScript

Cheech & Pong Game

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.

Screenshot

Live Demo

Live Demo Link

Built With

  • HTML
  • Phaser
  • JavaScript

Getting Started

  • 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

Github Actions

To make sure the linters' checks using Github Actions works properly, you should follow the next steps:

  1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
  2. Create the feature/branch and push.
  3. Start working on your milestone as usual.
  4. Open a PR from the feature/branch when your work is done.

✒️ Authors

👤 Luciano Ilha Carbonel

🤝 Contributing

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.

Show your support 💪

Give a ⭐️ if you like this project!

👍 Acknowledgements

  • Microverse
  • TheOdinProject