PHP webapplication for solving most binary puzzles and showing how this is done.
There are only two dependencies:
- PHP 7 or later (see php.net)
composer
(see getcomposer.org)
- Clone the repository
git clone https://github.com/fwiep/binary-solver.git
- Move into the newly created directory
cd binary-solver
- Generate the autoload files
composer install
- Serve the solver locally using PHP's built-in server
php -S localhost:8000
- Open your favorite browser and navigate to
http://localhost:8000
A live demo (in dutch) is available at https://www.fwiep.nl/binair.