fwiep / binary-solver

PHP webapplication for solving most binary puzzles and showing how this is done.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Puzzle Solver

PHP webapplication for solving most binary puzzles and showing how this is done.

Requirements

There are only two dependencies:

Install

  1. Clone the repository
    git clone https://github.com/fwiep/binary-solver.git
  2. Move into the newly created directory
    cd binary-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 https://www.fwiep.nl/binair.

About

PHP webapplication for solving most binary puzzles and showing how this is done.


Languages

Language:PHP 100.0%