Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.06 KB

glimmer-pong

SVG based Pong game 🎮 👾 🎾

Controls

  • Player 1: w and s keys for moving (left) paddle
  • Player 2: and keys for moving (right) paddle

TODO

  • Collision detection
  • Bouncing off paddles/walls
  • Scoring
  • Sound
  • Local Multiplayer
  • UI (responsive)
  • AI
  • Online Multiplayer

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd glimmer-pong
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links