A multiplayer network game inspired by the classic party game "Werewolf," allowing players to connect, interact, and play in real-time.
- Real-time multiplayer gameplay
- Networked client-server architecture
- Interactive user interface for players
- Role assignment and game logic management
- Python 3.8 or higher
-
Clone the repository:
git clone https://github.com/yourusername/werewolf-network-game.git cd werewolf-network-game -
Install the required dependencies:
pip install -r requirements.txt
-
Start the server:
python server/server.py -
Run a client instance (in a new terminal window):
python client/clientGUI.py
- Python 3.8+
- Packages listed in
requirements.txt(e.g., socket, threading)
server.py- The main server application handling game logic and client connectionsclient.py- The client application for players to connect and playREADME.md- Project documentation- Other supporting modules and assets as needed
- Noe Crn
- Baptiste Rio