Pong is a great game, really.
This is a basic project to test [Phaser], a framework which helps creating HTML5 games, and a starter, to get busy and going. It's in full development (see TODO list to check its status).
Next patch:
- Abolish the horizontal walls.
- Ball respawn
- Score
Future patches:
- Design HUD
- How to create the AI of the enemy?
- Create a Title screen
- Multiplayer mode
You need node.js and npm configured and installed.
Install live-server globally ( npm install -g live-server ) and just type "live-server" and you will get the dev env in localhost.
- Phaser - The web framework used
- Assets from phaser.io (this is still a "test" game)
Be part of our community! I can't understand why I am saying all of these in english since we're an italian community.
V 0.3.0
- Added the bar, movement and collision with the ball.
V 0.2.0
- Added main project (now you see a ball boucing into a space).
V 0.1.0
- Installed Phaser.
- Made a little demo.
- Marco Sandri - Initial work - Marco Sandri GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details