Crossword simple game project

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By prudentethc

hello,

I am planning to make my first game, and it is a simple crossword for a while, but I don’t know what kind of components I should use.

Someone could give me some suggestion please?

Thanks a lot!

Why not research how crossword puzzle games have been implemented? Look at open source crossword puzzles for ideas. (The one to which I linked does look a bit complicated. But it also looks like a complete program.) When you do go to implement the game, see how Control nodes can be used for typing out the words (horizontally and vertically).

Ertain | 2020-09-05 00:45

Thanks a lot. I will try this option.

prudentethc | 2020-09-05 00:49

:bust_in_silhouette: Reply From: rocket 007

This may be of help to people from the future

For the controls (that line drawing on letters stuff):

And a crossword layout generator:

Things should be easier from here i :-]