###A simple air hockey game developed in JavaScript.
This is a two-player game in which one player will be the user and the other will be the computer. Both the players tries to score in the opponent's goal and player with a greater score wins the game.
The game is primarily developed using :
- HTML Canvas
- Mouse handling events in JavaScript
For the computer part a simple AI algorithm is implemented.
Scope of Improvement :
- Implement a timer for the duration of the game so that player with greater score at the end of timer wins the game.
- a rich-UI