8000 GitHub - jacques-artale/flow: Generate and solve numberlink puzzles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacques-artale/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flow

The idea is to create a generator for numberlink puzzles. In order to be classified as a valid puzzle each board must follow a set of rules:

  1. The board must be fully filled by paths
  2. Each path must have a single start and a single end
  3. Each path must be at least 3 cells long
  4. A cell may not be adjacent with more than two cells of the same path
Unsolved numberlink puzzle Solved numberlink puzzle

Generated examples created with this repo:

Solved numberlink puzzle Solved numberlink puzzle

Live demo (it may be tired, give it a few seconds to wake up): https://numberlink-flow-844375fce804.herokuapp.com/

How to run:

  1. git clone [repo url]
  2. cd flow && npm install && npm run start
  3. In a second terminal run: cd flow/client && npm run start

Alternatively:

  1. git clone [repo url]
  2. cd flow && npm install && npm run build && npm run start

About

Generate and solve numberlink puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0