Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 456 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 456 Bytes

Pong-Game

This game is made while learning Socket Programming in Python.

This is a simple client server game where two clients join a game on a network and as soon as both the clients are in the game, the game starts and the ball starts moving. Both of the client have got a green and a red colour bar, which they can use to bounce the ball. The green colour represents the client playing the game at its end and the red colour is the opposite client.