Skip to content

giulioma22/Logic-Game-Solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LOGIC GAME SOLVERS

Reference puzzles from "100 Logic Games - Time Killers" app by Andrea Sabbatini

🔠 Abc - Fill the board with ABC (Solved: 57/57) ✔️

The goal is to put the letters A, B and C in the board.

Rules 📖

Each letter appears once in every row and column and you're told which letter you see first from the border. Since most puzzles can contain empty spaces, the hint on the border does not always match the tile next to it.

Example 📊

Show

🌇 Skyscrapers - Guess Skyscrapers from the Skyline (Solved: 22/30) ⏳

The central grid represents a city, as seen from above. Each square contains a Skyscraper, of different height. The goal is to guess the height of each Skyscraper.

Rules 📖

Skyscrapers height ranges from 1 to the size of the city. Each row and column can't have two similar Skyscrapers. Outside the city, on the borders, the numbers indicate the Skyline, which tells you how many Skyscrapers you can see from that side. Keep in mind that a higher Skyscraper hides a lower one; also harder levels can hide some numbers.

Example 📊

Show

Releases

No releases published

Packages

No packages published

Languages