Skip to content

rjohnson4444/pong

Repository files navigation

Pong

A redux of the classic 1972 game, Pong.

Pong

Deployed Game

Play Pong

2 Player Independent controls

  • Separate controls for each player, can move at same time, in both horizontal and vertical motions.

  • Player 1: q / e for horizontal motion, w / s for vertical

  • Player 2: / for horizontal motion, / for vertical motion.

Configuration

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

Enjoy!

About

Pong game using javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published