Altering puzzle sizes:
const int WIDTH = 15;
const int HEIGHT = 15;
Changing appearance & behavior:
#define SHOWSTEPS false
#define NOSCROLL true
#define VALIDATION true
Doesn't do any guessing, so will report errors for puzzles which require guessing/have no unique solution

