Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 943 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 943 Bytes

RandomNonogram

GitHub version

Logo

Create random nonograms with c# language

Summary

RandomNonogram is a basic project to create a 10*10 nonogram grid. This project is coded in C# with WPF. The IDE used is Visual Studio from Microsoft.

The nonogram, or Picross (Nintendo) is a 2D grid where you have to color or not the boxes from the numbers located on the left and top sides of the grid. This game can be seen as an intersection between Sudoku and Minesweeper.

Example of a nonogram grid

Simple grid of nonogram

Example of a RandomNonogram grid

Simple grid of RandomNonogram

Project members