Skycraper

Skycraper is a puzzle game that can be played in a board 3x3 or a maximum of 9x9

You can se how it works here


This program can resolve this puzzle using backtracking and bruteforce.

You can give the board's rule to find the solution, a board full of 0 is returned if the rule doesn't have a correspond board.

  • gcc -I./includes ./srcs/*.c ./srcs/*/*.c -o skycraper
  • ./skycraper
  • ex: ./skycraper 4 2213 3221 3123 2231