Simple Ping Pong game.
WHAT I LEARNT:
- Creating animations using CSS and Javascript
- Creating a very basic AI system
- Creating mouse events (moving one of the paddles).
WHAT I COULD IMPROVE ON:
- Game is very basic, has no scoring system
- The ball movement could be more dynamic.
- The AI could be better
- There is 'clipping' where the paddles move beyond the game area.