I can´t play this one, which makes sad. It crashes, after it played some noise. I have .net5, as I code mostly with C#, so there has to be another problem.
Viewing post in Larrikin of SPLORR!! jam comments
one final thought:
just build it and run it(and comment out any line that makes it crash... prolly Console.Beep): https://github.com/playdeezgames/larrikin-of-splorr
You let me jump through quite some hoops, eh ;)
I downloaded the source and commented out the Beep, but I still get this:
Unhandled exception. System.NotSupportedException: Cannot show selection prompt since the current terminal doesnot support ANSI escape sequences.
at Spectre.Console.ListPrompt`1.Show(ListPromptTree`1 tree, CancellationToken cancellationToken, Int32 requestedPageSize) in /_/src/Spectre.Console/Prompts/List/ListPrompt.cs:line 34
...