Show last: 20 , 50 , 100 , All

Date File Revision Author Revision Log
2007/08/31 15:17:11 12 12 dpavlin fix shape to return 0 if shape is skipped fixing warning
2007/08/31 14:28:27 11 11 dpavlin better output if directions are symmetric
2007/08/31 14:23:21 10 10 dpavlin check if generated paths are symmetric
2007/08/27 12:09:15 9 9 dpavlin count shape's corner usage and skip cases where corner is used more than 4 times
2007/08/26 16:31:23 8 8 dpavlin bug fix: record turn x,y and not x,y of place to turn to... This also fixes
exhaustive search of solution space
2007/08/26 14:45:26 7 7 dpavlin simplify code, use brute force! :-)
2007/08/26 14:15:26 6 6 dpavlin - fix iteration over shapes (a bit, stull not bug-free)
- added grid (x,y) to output
- other tweaks and bugfixes
2007/08/26 12:17:00 5 5 dpavlin - iterate over shapes by top-right corner
- more meaningful variable names
2007/08/26 10:59:01 4 4 dpavlin - remember path traversed to create shape
- wait for key after each step if started with any argument
2007/08/26 10:26:13 3 3 dpavlin - show board and trace side-by-side
- wait on enter after each step (interactive, wow!)
- shape tracing function extracted
2007/08/26 09:20:07 2 2 dpavlin cleanup
2007/08/26 02:53:41 1 1 dpavlin initial tracing of shapes