Skip to content

A .NET Core Clash Royale Server using DotNetty

License

Notifications You must be signed in to change notification settings

moien007/ClashRoyale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClashRoyale (2017)

clash royale License: GPL v3 Build status

A .NET Core Clash Royale Server (v1.9) using DotNetty

Battles

The server supports battles, for those a patched client is neccessary.

See the wiki for a tutorial

How to start

Requirements:

for Ubuntu use these commands:

git clone https://github.com/retroroyale/ClashRoyale.git && cd ClashRoyale/src/ClashRoyale

dotnet publish "ClashRoyale.csproj" -c Release -o app

To configurate your server, such as the database you have to edit the config.json file.

Run the server:

dotnet app/ClashRoyale.dll

Update the server:

git pull && dotnet publish "ClashRoyale.csproj" -c Release -o app && dotnet app/ClashRoyale.dll

Need help?

Contact me on Discord (Incredible#2109) or open an issue.

About

A .NET Core Clash Royale Server using DotNetty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Dockerfile 0.1%