Client/server multiplayer Coinche game in C#, using the .NET Core framework.
- dotnet installed
In a shell in the repository, enter the following command
dotnet build
The address will be 127.0.0.1 and the port will be 9000.
dotnet run --project Server 127.0.0.1 9000
The address will be 127.0.0.1 and the port will be 9000.
dotnet run --project Client 127.0.0.1 9000
The address will be 127.0.0.1 and the port will be 9000. 4 AI will be launched and will attempt to connect to the server.
dotnet run --project AI 127.0.0.1 9000 4
dotnet test Test
- Erwan Simon
This project is licensed under the NALS licence (Not Any Law Skill)