A work-in-progress open-source remake of the classic C64 game "The Curse of Sherwood" by Mastertronic.
The game is written in VSCode editor with C# language and is using the Raylib-cs game framework.
VSCode : https://code.visualstudio.com/
.NET SDK : https://dotnet.microsoft.com/en-us/download/dotnet/9.0
Raylib-cs : https://github.com/ChrisDill/Raylib-cs
You can run the game by either:
1.
- download and install .NET sdk
- download and unpack zipped game code and then copy the 'assets' folder into the "bin\Debug\net9.0" folder
- run "open cos.exe"
2.
- download and install .NET sdk
- download and install VSCode
- install C# extension by Microsoft in VSCode
- install Raylib-cs in VSCode
3.
- download the official release (https://github.com/esn83/OpenCurseOfSherwood/releases/tag/1.0.0)
- extract it anywhere
- run "open cos.exe"