a Nonogram game in C#
You can get the latest release from GitHub Releases.
-
Install the .NET SDK.
-
Clone the repo:
git clone https://github.com/IAmMoltony/nonoSharp
-
Go into the repo folder:
cd nonoSharp
-
Build:
dotnet build -v n
And that's it, the compiled build should now be somewhere in the bin
directory.
nonoSharp is open for contributions. Feel free to submit a pull request or create an issue.
nonoSharp is licensed under the MIT license. See the LICENSE file for more details.