Skip to content

IAmMoltony/nonoSharp

Repository files navigation

nonoSharp

nonoSharp is a Nonogram game written in C#.

CodeFactor

Dependencies

The only dependency that has to be installed is the .NET SDK. All libraries are installed during the build phase automatically.

Building and Running

Build nonoSharp

git clone https://github.com/IAmMoltony/nonoSharp # Clone the repository
cd nonoSharp # Go to the repository folder (or directory, whatever you want to call it)
dotnet build # Build the project

Run nonoSharp

dotnet run