-
Notifications
You must be signed in to change notification settings - Fork 3
A browser-based multi-player version of Pong written with node.js.
License
meetar/nodepong
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NodePong is a browser-based multi-player implementation of the classic arcade game Pong, written in JavaScript. My goal is to write a very simple game playable on desktop and mobile devices, with enough features to keep it interesting. It uses: - node.js for non-blocking server code - socket.io for websocket integration - jQuery for dynamic browser interaction - jQuery mobile for mobile touch support To run the server and serve the app, node.js and socket.io must be installed. To play, you just need a web browser with JavaScript enabled. Play at: http://meetar.github.io/nodepong
About
A browser-based multi-player version of Pong written with node.js.
Resources
License
Stars
Watchers
Forks
Releases
No releases published