Game Advice (697817)

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

3457929--274156--Capture.PNG

This is an implementation question, not a design question- so it probably belongs in the scripting forum.

You’ll want to look up material on Unity’s UI system to figure out the best way to display the letters as you’ve described.

1 Like

i really think you have a good idea

@LMan_1 thanks not sure how to move it, created new thread there :slight_smile:

@Lafydi336 :slight_smile: