Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 371 Bytes

File metadata and controls

6 lines (4 loc) · 371 Bytes

Fakin-It-python

A copy of the game Fakin' It made by Jackbox Games programmed in python using python sockets. Made for a school project

requires Cryptodome (communication is encrypted) for both server and client, pygame for client only and sqlite3 for server

All files needed for server are in server folder, run Server.py and connect using by running MainClient.py.