Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iammoltony/nonosharp

Nonogram game in C#
https://github.com/iammoltony/nonosharp

csharp game monogame nonogram puzzle-game

Last synced: about 1 month ago
JSON representation

Nonogram game in C#

Awesome Lists containing this project

README

        




a Nonogram game in C#



CodeFactor

## Installation

You can get the latest release from [GitHub Releases](https://github.com/IAmMoltony/nonoSharp/releases).

### Building from source

1. Install the [.NET SDK](https://dotnet.microsoft.com/en-us/download).

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

1. Go into the repo folder: `cd nonoSharp`

1. 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](LICENSE) file
for more details.