Skip to content

karlapaulina/pong-game

Repository files navigation

Javascript Pong Game

A modern Javascript take on the classic arcade game using SVGs.

Image

Built With

Personal learnings

  • First time working with SVGs
  • First time being fully immersed in Javascript with minimal HTML5 and CSS3
  • This project challenged my designer way of thought and helped me transition into a programming mindset.

Authors

Setup

  • Install dependencies:

    > npm i

  • Run locally with Webpack Dev Server:

    > npm start

  • Build for production:

    > npm run build

Controls

Player 1:

  • a: up
  • z: down

Player 2:

  • ▲ : up
  • ▼: down

Releases

No releases published

Packages

No packages published