2D multiplayer tag game built using pygame and socket libraries in python for Computer Networks course project in 4th semester.
- Install the following pip packages.
pip install pygame pickle bcrypt psycopg2
- Make sure to have postgresql installed and running on the host where you
run the server. Add your credentials in
server.py. Else, remove the lines indicated inserver.py, if you do not want a database to store user info.
- Multiple rooms for players to play in.
- Localized chat interfaces for each room.


