Skip to content

enricolucia/pong

Repository files navigation

Pong!

Join the chat at https://gitter.im/enricolucia/pong Build Status Heroku

alt tag

Live demo here: heroku

A pure javascript pong game clone based on socket.io and canvas.

  • server socket.io integration
  • online 2 players implementation
  • responsive and adpative ux/ui
  • mobile friendly
  • gestures oriented gameplay
  • tokenized lobby entry page

Tech

Pong! uses the following tools/libraries:

Installation

You need Gulp installed globally:

$ npm i -g gulp

Install npm dependencies and gulp app deployment.

$ npm install
$ gulp

How to play

  • Open it in your browser from mobile or from your machine (opt in mobile emulation on your debugger)
  • Create a game
  • Wait for the opponent to join the room or with a different device or different browser
  • Play it!

Development

Want to contribute? Great!

Pong! uses Gulp for fast developing. Make a change in your file and instantanously see your updates!

Authors

Todo's

  • Write Tests
  • Implementing better game prompt messaging
  • Add Code Comments
  • Heroku deployment

License

MIT

Free Software, Hell Yeah!

About

A pure javascript pong game clone based on socket.io and canvas.

Resources

License

Stars

Watchers

Forks

Packages

No packages published