Skip to content

Client/server multiplayer Coinche game in C#, using the .NET Core framework.

Notifications You must be signed in to change notification settings

erwan-simon/Coinche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOT_cardGames_2017

Client/server multiplayer Coinche game in C#, using the .NET Core framework.

Prerequisites

  • dotnet installed

Getting started

In a shell in the repository, enter the following command

Building

dotnet build

Run Server

The address will be 127.0.0.1 and the port will be 9000.

dotnet run --project Server 127.0.0.1 9000

Run Client

The address will be 127.0.0.1 and the port will be 9000.

dotnet run --project Client 127.0.0.1 9000

Run AI

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

Running the tests

dotnet test Test

Project achieved with...

Authors

  • Erwan Simon

License

This project is licensed under the NALS licence (Not Any Law Skill)

About

Client/server multiplayer Coinche game in C#, using the .NET Core framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages