Skip to content

Releases: mib71/NSVK-Skoladventure

v0.1.3 – Bug fix release

09 Jun 04:24

Choose a tag to compare

Fix: removed forced terminal resizing to improve compatibility with Windows Terminal and other terminal emulators.

v0.1.2 – Bug fix release

07 Jun 10:29

Choose a tag to compare

Fix: catch ArgumentOutOfRangeException in console setup to handle ConEmu and similar terminals where the window width exceeds 80 columns.

v0.1.1

23 May 07:49

Choose a tag to compare

Fix title border width.

Windows

Run SkolAdventure.exe directly. You may need to click "Run anyway"
on the SmartScreen warning.

Linux

chmod +x SkolAdventure
./SkolAdventure

macOS (arm64)

This is a command-line application and requires Terminal to run.
Due to macOS security restrictions, unsigned apps require a few
extra steps to get started. Technical users only.

xattr -d com.apple.quarantine ./SkolAdventure
chmod +x ./SkolAdventure
./SkolAdventure

v0.1.0 – Initial Release

23 May 06:53

Choose a tag to compare

Initial release of SkolAdventure – a C# port of the classic 1985 Swedish text adventure from NSVK.