Getting Started

Prerequisites

Build & Run

dotnet restore
dotnet build MainEngine\RenbokoWorkspace.sln
dotnet run --project DemoGame\DemoGame.csproj

Run scripts

PowerShell:
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\run-demo.ps1

POSIX:
./scripts/run-demo.sh

Debug

Runtime diagnostics are written to renboko_debug.log at the repository root.

Troubleshooting