Skip to content

42 Algorithm Project - Tetris solver - Backtracking

Notifications You must be signed in to change notification settings

pvandamme/fillit

Repository files navigation

Fillit

Screen Shot 2019-05-15 at 3 25 18 PM

42 Algorithm Project - Tetris solver

The goal of this project is to arrange the Tetriminos among themselves to make the smallest possible square, but in some cases, this square may have holes when some given pieces won’t fit perfectly with others.

You can find the subject in the directory subjects/ on this repository.

Compiling and running

Run make. An executable will compile. Currently only tested on OS X.

You can generate pieces with the generator :

python3 generator.py [1 to 26] > map_test

Run it with ./fillit map_test

About

42 Algorithm Project - Tetris solver - Backtracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published