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
- Host: GitHub
- URL: https://github.com/feliciousx/tetrimino-solver
- Owner: FeliciousX
- License: mit
- Created: 2015-06-20T02:39:26.000Z (about 11 years ago)
- Default Branch: development
- Last Pushed: 2015-07-07T09:29:22.000Z (about 11 years ago)
- Last Synced: 2025-03-29T20:22:47.399Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.