Skip to content

valfur03/Skyscrapers-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyscrapers resolver

release language size

A program that can resolve the skyscrapers game

Context

This program was created for a project during my pool at Ecole 42.

Installation

Linux / MacOS

Clone this repository on your computer.

git clone https://github.com/valfur03/skyscrapers-resolver

Go in the program directory.

cd skyscrapers-resolver

How to use

You 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"

About

A program that can resolve the skyscrapers game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors