KatyaPrusakova / fillit

Fillit is a tetris piece solver. The solver will calculate the smallest possible square to fit the given pieces and then print the solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

########## FILLIT ##########

How to use?

You'll have to clone the Fillit repo by taping :

git clone git@github.com:KatyaPrusakova/fillit.git fillit

Then you compile the project :

make

You can run valid tests with command: ./eval_tests/test.sh valid

And you can run error tests with command: ./eval_tests/test.sh error

E N J O Y ^^

[How algoritm looks like while running]

Example

About

Fillit is a tetris piece solver. The solver will calculate the smallest possible square to fit the given pieces and then print the solution.


Languages

Language:C 96.7%Language:Makefile 3.0%Language:Shell 0.3%