Skip to content

mpod/tetris-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris-puzzle

Tetris puzzle solver written in Haskell. It is an example implementation of depth-first search (DFS) algorithm.

There are 233 956 different solutions for 8x7 board.

Running

$ cabal run

It prints out a random solution for 8x7 board.

About

Tetris puzzle solver written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published