Marc Lepage

Results 3 repositories owned by Marc Lepage

heightmap

32
Stars
9
Forks
Watchers

Simple heightmap module for Lua. Uses the diamond-square algorithm to generate realistic terrain. MIT license.

pentomino-solver

22
Stars
7
Forks
Watchers

C++ program using backtracking with pruning to solve the problem of covering the checkerboard with 12 pentominoes and a tetromino. MIT license.

polycube-solver

19
Stars
2
Forks
Watchers

Lua program using Algorithm X to solve the problem of packing polycubic pieces into boxes. Includes bit matrix module. MIT license.