Skip to content

Little incremental game made as a learning experience for using client-side Blazor

License

Notifications You must be signed in to change notification settings

KarbonKitty/Edison

Repository files navigation

Edison

Simple incremental game made as a learning experience in client-side Blazor.

How to build and run locally

You will need .NET 5 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.

About

Little incremental game made as a learning experience for using client-side Blazor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published