Multiplayer (P2P and client/server modes) Pong game written in Python using PyGames.
Host/Join game:
python PyPong.py (then follow on-screen instructions to host or connect to server)
Host standalone server:
python PyPongStandaloneServer.py [ip port] (type quit to shut it down)
- ↑ - move your paddle up
- ↓ - move your paddle down
- Space - release ball if it's your turn*
First turn is for Player 2. Next turns are whoever lost last round.
- Windows (Python 3.5.0 x86, might work with older too)
- PyGames (1.9.2, migth work with a lot older too)
Under the hood it uses custom abstraction layer on top of socket module.
See LICENSE file.
