Please visit the Warrior's Snuggery Wiki!
For playing the precompiled versions, please head over to the releases.
You can download the source code either as zip and extract it or clone it via git
using
git clone https://github.com/abc013/WarriorsSnuggery.git
For building Warrior's Snuggery, it is required to have .NET 7.0 installed (see dependencies). Start the command line and head over to the main directory of Warrior's Snuggery. Then, execute
dotnet build
For more information about the dotnet build
command, visit this documentation.
You can then start the game either by starting the application (WarriorsSnuggery.exe
on Windows, WarriorsSnuggery
on MacOS and Linux) or by running
dotnet ./WarriorsSnuggery.dll
For publishing Warrior's Snuggery, the dotnet-integrated publish process is used with the profiles linux_x64
, windows_x64
and osx_x64
.
dotnet publish /p:PublishProfile=<PROFILE>
If you want to edit and compile the code using an IDE, Visual Studio 2022 or Visual Studio Code is highly recommended (the solution is prepared for the use of those).
Otherwise, apart from dotnet
and a text editor, no other programs are required.
for any issues, bugs and build errors, feel free to open an issue!
Framework: .NET 7.0
The dependencies are available on NuGet.