Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.8 KB

README.md

File metadata and controls

37 lines (34 loc) · 1.8 KB

line-it

Mobile game inspired by graph theory based on a Japanese game called Hashiwokakero (eng. Bridges). Used a custom simple generation algorithm and DFS for validating the solution when the user connects all the nodes. Each level generates a new random graph.

RULES

  • Connect the nodes with corresponding number of the lines
  • Nodes should be connected with a single or double line
  • All nodes must be in a single connected group

Main Menu Level Level passed invalid solution

Image number:

  1. Main Menu
  2. Level example
  3. UI upon connecting all of the nodes correctly
  4. This solution is invalid as it violates the third rule

BUGS

  • Unlimited connections allowed (more than 2, but only 3 rendered)
  • Sometimes Unity Line Renderer renders the line in a random position connecting the node to nothing

  • Examples of bugs:

    1st bug 2nd bug