Spider-Clue (FEI Version) is an educational project aiming to develop a digital version of the board game "CLUEDO". This repository contains the game server, responsible for managing game logic, player communication, and data persistence.
Completed: The server is finished and provides a complete and functional digital implementation of the "CLUEDO" game.
- C#: Primary programming language for server logic.
- WCF (Windows Communication Foundation): Used for communication between server and clients.
- Entity Framework: ORM for interacting with the database.
- Clone the repository:
git clone https://github.com/fairyofshampoo/Spider-CLUE-Server.git
-
Open the project in Visual Studio.
-
Configure the database and adjust any necessary settings.
-
Run the server.
- Use Entity Framework Code First to configure the database. Make sure to adjust the connection string in the
app.config
orweb.config
file as needed.
The server manages the game logic and communication between clients. Make sure to have clients connected and configured to interact with this server.
For any questions or comments, feel free to contact the developer via email.
- This project is part of the Technologies for Software Construction course at the Faculty of Statistics and Informatics.
- Last updated: 26/03/2024