Code Monkey home page Code Monkey logo

linedoku-cp-solver's Introduction

Linedoku CP Solver

C# application to find a valid path in Linedoku Cross-Path game. This is a alpha, not perfect version, just to test how backtracking algorithms are not efficient on finding large problem paths.

How to run

Compile source code (recommended) or download latest release and run it. Application will guide you while creating and filling each level.
Please note that in level representations, # represents a solid block and N a not-filled fillable block. Also, (a number) represents a generator or a fillable block filled with that generator. (Number is not the number of moves of the generator, it is a unique identificator for the generator).

How it works

This application uses backtracking to find a valid path for the given level. All blocks will be filled with same row/column generators until level is completely filled, then level will be checked. If it is a valid solution, algorithm will stop, and what algorithm got will be shown to the user.

linedoku-cp-solver's People

Contributors

mesacarlos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.