A program that can resolve the skyscrapers game
This program was created for a project during my pool at Ecole 42.
Clone this repository on your computer.
git clone https://github.com/valfur03/skyscrapers-resolverGo in the program directory.
cd skyscrapers-resolverYou can use this program to solve puzzles here. To execute the program:
cc -Wall -Wextra -Werror -o resolver *.c
./resolver "col1up col2up col3up col4up col1down col2down col3down col4down row1left row2left row3left row4left row1right row2right row3right row4right"Just put your configuration into the quotes. For example:
./resolver "4 3 2 1 1 2 2 2 4 3 2 1 1 2 2 2"