Skip to content

JZumun/nonochill-v2

Repository files navigation

Nonogram

nonochill v.2

My Second nonogram game implementation using Vue. Play it here.

This is basically a rewrite of the first one, using Vue single file components to better break up the logic and allow me to add some new features more easily.

What's a Nonogram?

Nonograms according to wikipedia are “picture logic puzzles in which cells in a grid must be colored or left blank according to numbers at the side of the grid to reveal a hidden picture.” More details, as well as some tips on solving nonograms, can be found on that link.

What's new from v.1?

  • History - The ability to undo and redo moves has replaced the tentative move option of v.1.
  • Multiple Colors - There's now an option to increase the number of colors in a puzzle, up to 5.
  • Tutorial Mode - A basic guide walks you through a sample puzzle.

Issues

The puzzles here are randomly generated, so the picture they create don’t depict anything.

It is possible that a puzzle generated by this code has more than one solution

About

Nonogram puzzle game written in Vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published