draw something with your LAN friends!
This is a draw-something game running on LAN, built using pygame and socket(TCP).
- connect all players(laptops) under LAN, each with a local ip address starting with
192. python run_server.pyto start a server. you will need to choose one player(laptop) to host the server.python run_client.pyto start a player. (the number of player is not limiting, but should equal to the input number given to server).
this project is a team of two project, done for University of Alberta CMPUT274 final project. For a detailed running instruction, please refer to README