Skip to content

knownasilya/glimmer-pong

Repository files navigation

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