Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/iammoltony/nonosharp
- Owner: IAmMoltony
- License: mit
- Created: 2024-02-02T13:57:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:40:20.000Z (3 months ago)
- Last Synced: 2024-09-18T15:57:48.664Z (3 months ago)
- Topics: csharp, game, monogame, nonogram, puzzle-game
- Language: C#
- Homepage:
- Size: 3.77 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
a Nonogram game in C#
## 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.