- Home /
Im trying to create a word game with a twist
Do you know the puzzle bubble game ? I want to add word mechanics in this bubble game.
This is my sketch.
How do you think I can achieve this ? using raycast every ball ? but how can I detect every letters and to form a word ? Ive been wondering for a week but I dont know how to start
worddd.png
(10.6 kB)
Comment
You can add every letters to array or list.. and find out which letters is clicked by user using raycast or you can make them UI button.