fwiep / tectonic-solver

PHP webapplication for solving most Tectonic (Suguru) puzzles and showing how this is done

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tectonic-solver

PHP webapplication for solving most Tectonic (Suguru) puzzles and showing how this is done

Requirements

There are only two dependencies:

Install

  1. Clone the repository
    git clone https://github.com/fwiep/tectonic-solver.git
  2. Move into the newly created directory
    cd tectonic-solver
  3. Generate the autoload files
    composer install
  4. Serve the solver locally using PHP's built-in server
    php -S localhost:8000
  5. Open your favorite browser and navigate to http://localhost:8000

Demo

A live demo (in dutch) is available at www.fwiep.nl/tectonic.

About

PHP webapplication for solving most Tectonic (Suguru) puzzles and showing how this is done

License:GNU General Public License v3.0


Languages

Language:PHP 98.1%Language:CSS 1.9%