Heloo,
I am in need of generating a ken ken puzzle in javascript.. but have no idea where to start. any help would be appreciated.
Heloo,
I am in need of generating a ken ken puzzle in javascript.. but have no idea where to start. any help would be appreciated.
Here's what I would do:
An excellent example of a framework for generating and solving puzzles in this class is Simon Tatham's Portable Puzzle Collection. It has implementations of so far 32 puzzles on top of the same framework. In fact, it already has an implementation of KenKen (link to source code on SVN).