Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 453 Bytes

File metadata and controls

11 lines (6 loc) · 453 Bytes

Incremental Sheep

Incremental game inspired by classics such as Kittens Game and Evolve

How to build and run locally

You will need .NET 6 CLI.

Run dotnet run in the cloned folder to run the game locally. You can use dotnet watch run to watch for changes and recompile as they happen.

Run dotnet build -c Release to build release version of the game, which is significantly smaller and faster then debug build you get from dotnet run.