Pong with Phaser.js

An attempt to learn Phaser.js

The classic game, I felt like it was a good way to dive into 2D web graphics. Ultimately a straightforward game, it does raise some interesting questions about how good the AI should be. If the AI is given the exact position and speed of the ball, then it should know exactly where it is going to end up. It would seem that it is possible to create an AI that just cannot miss a shot. Anyways, you can play the game here.