项目作者: karlapaulina

项目描述 :
A modern Javascript pong game.
高级语言: JavaScript
项目地址: git://github.com/karlapaulina/pong-game.git
创建时间: 2019-04-24T20:18:19Z
项目社区:https://github.com/karlapaulina/pong-game

开源协议:

下载


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