any ideas/logic on how to make an crossword puzzle

i’m trying to make a mini-challenge game like e.g: crossword puzzle, text twist or spelling game but I don’t any ideas to start with it.
Please someone enlighten me!! XD

You probably want to start with a grid, and instantiate something at the grid points like a cube. Then use the index from the grid points to locate your rows and intersecting columns. Now you have the what and where over with it’s time to figure out the how. I suggest a class that holds info about each square (eg) icon , grid index, and some kind of ID, int or string to be referenced for a match to the correct word.

@Blank Mantis Thank you for the idea… now that you give me something then I’ll do some menacing ideas for my crossword puzzle :smile: hehehe

http://u3d.as/content/tombali-inc-/crossword/3ed

:slight_smile: