Skip to content

L4rav3l/theshadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91dea3f · · Dec 8, 2025

History

7 Commits
Dec 5, 2025
Dec 5, 2025
Dec 7, 2025
Dec 8, 2025
Dec 7, 2025
Dec 5, 2025
Dec 7, 2025
Dec 5, 2025
Dec 5, 2025
Dec 5, 2025
Dec 7, 2025
Dec 5, 2025
Dec 7, 2025

Repository files navigation

In this game, you must find four different cubes and place them in their correct spots. Your time is recorded, so you can challenge yourself to speedrun it.

Stack: Monogame C##

Demo video: https://youtu.be/9e3IZN7YGb0

Build:

Linux: dotnet publish -c Release -r linux-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

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