Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwan-simon/coinche
Client/server multiplayer Coinche game in C#, using the .NET Core framework.
https://github.com/erwan-simon/coinche
cardgame coinche dotnet dotnetcore epitech network
Last synced: 7 days ago
JSON representation
Client/server multiplayer Coinche game in C#, using the .NET Core framework.
- Host: GitHub
- URL: https://github.com/erwan-simon/coinche
- Owner: erwan-simon
- Created: 2017-12-19T16:49:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T12:56:33.000Z (over 5 years ago)
- Last Synced: 2025-01-13T10:35:11.913Z (26 days ago)
- Topics: cardgame, coinche, dotnet, dotnetcore, epitech, network
- Language: C#
- Size: 3.95 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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...
* [.NET](https://www.microsoft.com/net/learn/get-started/linuxredhat) - C# framework
* [Rider](https://www.jetbrains.com/rider/) - IDE
* [Git](https://git-scm.com/downloads) - Versioning software## Authors
* **Erwan Simon**
## License
This project is licensed under the NALS licence (Not Any Law Skill)