An open API service indexing awesome lists of open source software.

https://github.com/feliciousx/tetrimino-solver

Personal pet project for tetrimino solver
https://github.com/feliciousx/tetrimino-solver

Last synced: 10 months ago
JSON representation

Personal pet project for tetrimino solver

Awesome Lists containing this project

README

          

Tetrimino Solver
================

Inspired by the game [The Talos Principle](http://www.croteam.com/talosprinciple/), I decided to create a tetris puzzle solver.

Given a limited board of `width x height` and a number of `tetriminos` , fit all of them into the board perfectly without any gaps.