Skip to content

FranklyDev/nonoSharp

 
 

Repository files navigation

a Nonogram game 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

About

Nonogram game in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.0%
  • Shell 1.0%