项目作者: erwan-simon

项目描述 :
Client/server multiplayer Coinche game in C#, using the .NET Core framework.
高级语言: C#
项目地址: git://github.com/erwan-simon/Coinche.git
创建时间: 2017-12-19T16:49:12Z
项目社区:https://github.com/erwan-simon/Coinche

开源协议:

下载


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

  1. dotnet build

Run Server

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

  1. 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.

  1. 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.

  1. dotnet run --project AI 127.0.0.1 9000 4

Running the tests

  1. dotnet test Test

Project achieved with…

Authors

  • Erwan Simon

License

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