Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 877 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 877 Bytes

This is a desktop application written in Python 3.4. We use PodSixNet and Pygame. Through the main application the users will be able to chanllenge each other to specific games.

For developer uses:


To start kick ball game type:

python kick_ball_server.py host:port

Open 2 other terminal windowns and type:

python kick_ball_client.py host:port-like-the-one-for-server

To start maze game type:

python maze_server.py host:port

Open 2 other terminal windowns and type:

python maze_client.py host:port-like-the-one-for-server

To start game of luck type:

python game_of_luck_server.py host:port

Open 2 other terminal windowns and type:

python game_of_luck_client.py host:port-like-the-one-for-server