#Algorithm for hexagon tetris from command Hack the pool
Emulator.exe -play --problem=n - start manual game -solve --problem=n - start visualization of algorithm solution -solveAll - solve all problems
MuggleProblemSolver - simple solver without magic phrases MagicProblemSolver - simple solver with magic phrases MuggleProblemSolver_MultiUnit - solver with search best solution over several units ahead (can work in both with and without magic phrases)
EvaluatePositionXX - metrics for estimation of final positions for each unit in game (EvaluatePosition2 - the best)