AvidCoder27 / Dot-Connect

Game of connecting the dots + solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot-Connect

Game of connecting the dots + solver

This runs on a node server and servers a webpage for the client. To run locally, use node to run server.js and connect to localhost:3000 in a modern browser to view the webpage. The server runs the task of solving the board when the client sends a request for it.

In addition to the main webpage (index.html), there is also a level editor that creates a JSON string representing the level. This can be added to the levels.json file, and index.html needs to be updated in the dropdown to include the new level.
You can also paste it into the custom level field but they are not persistent between reloads.

About

Game of connecting the dots + solver


Languages

Language:JavaScript 48.4%Language:C# 36.2%Language:HTML 12.5%Language:CSS 2.9%Language:Nix 0.1%