Share My Creation Ruzzola (Game)

This is one of my first programs created in B4A. It's a game similar to Ruzzle but more fun.
You could have challenged someone else by connecting with Bluetooth

1622953283372.png
1622953332376.png
 

Polaris

Member
Licensed User
Longtime User
Hi StarDu
This is one of my first programs created in B4A. It's a game similar to Ruzzle but more fun.
You could have challenged someone else by connecting with Bluetooth

View attachment 114523 View attachment 114524
Hi Stardust, Your Ruzzola game looks really good very well done. I'm working on a game where the user has to swipe a sequence of panels of a specific color, and the layout is similar to Ruzzle with 4 x 4 panels . So i was wondering, since imageview is no good for touch events, what was your solution for handling touch events ? Did you use a transparent panel over the entire layout and then get the x y coordinates of each touch and drag, or did you simlpy use buttons to dsplay each letter ?
 
Top