To run these samples you can use:
dotnet run [sample name]
# Sample names include: lumoria, algora, stonevale, temporal, mythos
For example, to run the Lumoria adventure sample you would use:
dotnet run [ algora | chamberofechoes | eldoria | lumoria | mythos | stonevale | temporal ]
If you are running Visual Studio 2022 you can run the project and enter the sample name in the console window.
To run these samples you'll need the .NET 7 SDK installed or you can use the GitHub Codespace available with this repository (see the root readme for more details). You can download the SDK here.