Skip to content
/ talos Public

Brute force solver for "The Talos Principle" game puzzles.

Notifications You must be signed in to change notification settings

tarpaha/talos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talos

Brute force solver for "The Talos Principle" game puzzles.

Usage

Need to provide field size and list of tetrominoes.

In example for this game puzzle:

screenshot

Use this command line arguments: 6 6 O2T2L2J1I1S1

In result each tetromino is shown with its own digit:

console

Because of brute force algorithm type it can work very slow for big fields (like 8x6). But this can be avoided by filling part of the field. Like on picture below where 8x6 field was reduced to 6x6 and solved. console

About

Brute force solver for "The Talos Principle" game puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages