https://github.com/boompig/pong
Pong implementation using websockets, python, canvas, javascript
https://github.com/boompig/pong
python3 socket-io vuejs2 websockets
Last synced: 3 months ago
JSON representation
Pong implementation using websockets, python, canvas, javascript
- Host: GitHub
- URL: https://github.com/boompig/pong
- Owner: boompig
- Created: 2015-06-04T15:52:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T20:49:39.000Z (over 2 years ago)
- Last Synced: 2025-08-02T10:54:57.014Z (11 months ago)
- Topics: python3, socket-io, vuejs2, websockets
- Language: JavaScript
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2-player Pong
**NOTE:** this code was written in 2015 and will not be updated.
An implementation of 2-player pong using websockets. Running on port 8080
## Flow
1. `/register` - register username
2. `/lounge` - find other users and issue challenges. Also accept/reject incoming challenges.
3. `/waitingRoom` - after issuing a challenge wait until other user has accepted the challenge
4. `/game` - play the game