Skip to content

RippeR37/PyPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPong

Multiplayer (P2P and client/server modes) Pong game written in Python using PyGames.

Usage

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)

Controls

  • - 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.

Platforms tested

  • Windows (Python 3.5.0 x86, might work with older too)

Dependencies

  • PyGames (1.9.2, migth work with a lot older too)

Network layer

Under the hood it uses custom abstraction layer on top of socket module.

License

See LICENSE file.

Gallery

Imgur

About

Pong with multiplayer (clients-server) written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages