https://github.com/uswitch/torus-pong
A massive multiplayer online take on the arcade classic, written as a part of Clojure Cup 2013
https://github.com/uswitch/torus-pong
Last synced: 11 months ago
JSON representation
A massive multiplayer online take on the arcade classic, written as a part of Clojure Cup 2013
- Host: GitHub
- URL: https://github.com/uswitch/torus-pong
- Owner: uswitch
- Created: 2013-10-01T10:00:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T12:42:32.000Z (about 12 years ago)
- Last Synced: 2024-11-17T04:44:37.591Z (over 1 year ago)
- Language: Clojure
- Size: 439 KB
- Stars: 50
- Watchers: 51
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# torus-pong
## Torus Pong: Massively Multiplayer Online Pong!
Torus pong is a re-imagining of Pong, designed to be played by large
numbers of people. When you connect you will be put into a game
board. Your paddle is at the top, and all of the other paddles will
belong to your opponents. The flying dots are balls. The objective of
the game is to hit the balls with the paddle. You will score a point for
every hit. It's that simple!
A Clojure Cup 2013 contribution by:
- [Jon Neale](https://github.com/jonneale)
- [Paul Lam](https://github.com/Quantisan)
- [Thomas Kristensen](https://github.com/tgk)
- [Ragnar Dahlen](https://github.com/ragnard)
## Acknowledgements
This project uses the following fantastic libraries:
- [jetty7-websockets-async](https://github.com/lynaghk/jetty7-websockets-async) by Kevin Lynagh
- [core.async](https://github.com/clojure/core.async) by Rich Hickey and contributors
- [ring](https://github.com/ring-clojure/ring) by James Reeves
- sound effects sourced from http://www.freesound.org/
## License
Copyright © 2013 Jon Neale, Paul Lam, Thomas Kristensen, Ragnar Dahlen.
Distributed under the Eclipse Public License, the same as Clojure.