SVG based Pong game 🎮 👾 🎾
Player 1
: w and s keys for moving (left) paddlePlayer 2
: ▲ and ▼ keys for moving (right) paddle
- Collision detection
- Bouncing off paddles/walls
- Scoring
- Sound
- Local Multiplayer
- UI (responsive)
- AI
- Online Multiplayer
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd glimmer-pong
yarn
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)