Simple Pong game made with HTML5 Canvas (Try online !)
git clone https://github.com/XavierLeTohic/pong-game
npm install
npm run dev
npm run build && npm run start
- Insctruction page
- Ball animation
- Control the paddles when mouse over the canvas
- Ball collisions with paddles
- Ball reset when user win or lose
- Pause game when resize page
- Implement IA
- Display scores
- Better collisions with paddles
- Comments