
# Insert a line for every puzzle, with the following info
# separated by commas:
# -string to show in the menu
# -number of columns
# -number of rows
# -number of moveable tiles in the Easy level
# -number of moveable tiles in the Medium level
# -number of moveable tiles in the Difficult level
# -name of the number image file
# -name of the arrow image file (N, NE, E, SE, S, SW, W, NW in a single row)
# -name of the cursor file

3x3,3,3,3,4,5,CoolDigits3x3.png,CoolerArrows3x3.png,CoolerCursor40x40.png
4x4,4,4,3,4,6,CoolDigits4x4.png,CoolerArrows.png,CoolerCursor30x30.png
# 3x4,4,3,3,4,5,CoolDigits3x4.png,CoolerArrows.png,CoolerCursor30x30.png
