Skip to content

fwiep/binary-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Languages