Skip to content
forked from liouh/picross

Playable picross puzzle generator written in JavaScript

Notifications You must be signed in to change notification settings

KurzGedanke/picross

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picross

This is a playable picross puzzle generator written in JavaScript

You can access an online version here

Instructions

  • Left click : mark cell as active
  • Left click + drag : mark multiple cells as active
  • Right click : mark cell as inactive
  • Right click + drag : mark multiple cells as inactive

On touch capable devices:

  • Tap: mark cell as active
  • Tap and hold: mark cell as inactive

Features

  • Adjustable grid dimensions (the code is generic and supports any dimension, but a 30x30 game can take up to 2 hours)
  • Custom game seeds (allows multiple computers to play using the same starting puzzle configuration)
  • Option to toggle crossouts, helping you track numbers that have already been solved
  • Auto-saves using HTML5 web storage
  • Progress indicator
  • Mistakes counter

Library Dependencies

About

Playable picross puzzle generator written in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 4.3%
  • HTML 1.9%