bb4 / bb4-puzzles

A Scala puzzle framework with generator and solver implementations for puzzles like Sudoku, Hi-Q, OneTough Puzzle, Tantrix, and others.
MIT License
2 stars 2 forks source link

Implement boxorz puzzle #24

Open barrybecker4 opened 8 years ago

barrybecker4 commented 8 years ago

See http://www.coolmath-games.com/0-bloxorz I did it for a scala project here https://class.coursera.org/progfun-005/assignment/view?assignment_id=19

The game state could be shown in 2D, but when animating block movement, shading could be used to give a 3D effect.

It will use the same search A* or other search algorithms as everything else.

barrybecker4 commented 1 year ago

https://www.mathplayground.com/logic_bloxorz.html