Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1 KB

README.md

File metadata and controls

33 lines (21 loc) · 1 KB

a Nonogram game in C#

CodeFactor

Installation

You can get the latest release from GitHub Releases.

Building from source

  1. Install the .NET SDK.

  2. Clone the repo: git clone https://github.com/IAmMoltony/nonoSharp

  3. Go into the repo folder: cd nonoSharp

  4. Build: dotnet build -v n

And that's it, the compiled build should now be somewhere in the bin directory.

Contributing

nonoSharp is open for contributions. Feel free to submit a pull request or create an issue.

License

nonoSharp is licensed under the MIT license. See the LICENSE file for more details.