Skip to content
Notifications You must be signed in to change notification settings

L4rav3l/gridplauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 9, 2025
415004f · · Nov 9, 2025

History

12 Commits
Nov 6, 2025
Nov 6, 2025
Nov 9, 2025
Nov 9, 2025
Nov 8, 2025
Nov 6, 2025
Nov 9, 2025
Nov 6, 2025
Nov 6, 2025
Nov 6, 2025
Nov 6, 2025
Nov 7, 2025
Nov 9, 2025

Repository files navigation

About Project

In this game, you can defend your province from Covid-19. You are able to close the borders or place people in quarantine.

Stack

C# monogame

Demo video

https://youtu.be/CxPNaTTWQxE

Build command

Linux: dotnet publish -c Release -r linux-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false --self-contained

MacOs: dotnet publish -c Release -r osx-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false --self-contained

Windows: dotnet publish -c Release -r win-x64 -p:PublishReadyToRun=false -p:TieredCompilation=false --self-contained