novolis-gaming / getting-started.md
Getting started
Game authoring above simulation
dotnetgamedevnovolis
Prerequisites
- .NET 10 SDK
- GitHub Packages auth for
Novolis.*(see novolis-governance nuget setup)
Clone and build
git clone https://github.com/Novolis-Platform/novolis-gaming.git
cd novolis-gaming
dotnet restore
dotnet build Novolis.Gaming.slnx
dotnet test tests/Novolis.Gaming.UnitConsume from GPR
dotnet add package Novolis.Game.Identity.Abstractions --version 2026.1.*Restore uses nuget.org + https://nuget.pkg.github.com/Novolis-Platform/index.json only.
Sibling checkout
When cloned under d:\novolis\ next to novolis-governance, MSBuild imports documentation and GPR props automatically. Cross-repo references remain PackageReference only in consumers.