Hi,
I am creating a new 2d word game such as wordscapes (first game to learn), need advice on few issues/concerns.
I was thinking to store words in a json file for each level and read that, is that the best way to go?
My main issue is laying the square boxes for letters, do I need to design it manually, or is there a way to put tile position, length etc in above json and lay it on level load? if so how would I go about words that start can cross each other as below image?
Appreciate your advice/help.
Thanks
