Skip to content

wraikny/SquirrelayServer

Repository files navigation

SquirrelayServer

SquirrelayServer は、リアルタイム通信のためのリレーサーバーです。 設定ファイルを記述するだけで色々な種類のゲームで利用できることを目指しています。 特に理由はないですが、名前は動物のリス(Squirrel)と掛けています。

SquirrelayServer is a relay server for real-time communication. The goal is to be able to use it in various kinds of games by simply writing a configuration file. There is no particular reason for this, but the name is a reference to the animal "Squirrel".

Compilation

Setup

$ git submodule update --init
$ dotnet tool restore

Build

$ dotnet fake build [-- <DEBUG|RELEASE>]

Default configuration is DEBUG

Format

$ dotnet fake build -t format

Test

$ dotnet fake build -t test

Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published