A basic Bouncy Ball style game in Phaser 3
This is a simple Bouncy Ball in Phaser 3 built with JavaScript.
Player can control the left side paddle by using the ‘UP Arrow‘ key to move upwards and ‘Down Arrow‘ key to go downwards.
Player win 1 point everytime the ball goes outside of the Computer side
The ball will increase its speed everytime it hits the wall
-
Install Phaser 3
-
Clone this repository and run:
npm install
npm run start
I followed the Tutorial.
Please feel free to constribute ! I'm still learning and I hope to get feedback