Skip to content

wraikny/RouteTiles

Repository files navigation

RouteTiles

Requirements

.NET6
https://dotnet.microsoft.com/download

$ dotnet --version
6.0.101

Restoring after Clone

$ git submodule update --init
$ dotnet tool restore

Build

  1. Write content of ResourcesPassword.fs.
    You can generate template: dotnet fake build -t cisetting.
  2. Pack Resources: dotnet fake build -t resources.
  3. Build
    $ dotnet fake build # Build all projects as Release
    $ # or
    $ dotnet build --project src/RouteTiles [-c {Debug|Release}]

Run

Game

$ dotnet run --project src/RouteTiles [-c {Debug|Release}]

Ranking Server (when debugging)

$ dotnet fake build -t serve

Publish

$ dotnet fake build -t publish

Scripting at build.fsx.

$ dotnet fake build -t Clean # Run "Clean" Target
$ dotnet fake build # Run Default Taret