App created on thunkable working on 'live test' but not on the mobile thunkable live app

Hi,

I am a beginner at Thunkable and recently made a game - tic tac toe.
This works fine when i’m testing it on the ‘live test’ option on Thunkable. But the same does not work when i test it on my mobile through thunkable live app.
Any idea why is this happening?
Any help to get me out of the mess will be appreciated! it’s really driving me nuts!!!

The app link-
https://x.thunkable.com/copy/525b51ee79a2b9b8990d76d8aae61227

Hi,

Your app works well on my Android 9. But you have so many repetitive blocks that the app is very slow!

I was too hasty with my answer. The app works in Android Live, but it has logical errors. This app needs to be simplified

2 Likes

Thankyou so much for the reply!!
I really appreciate it!

Any ideas on how to simplify the code further?

To simplify it, you need to:

  1. Automatically create a playing field
  2. Use only one click handler for all buttons
  3. Use a reliable algorithm to check the results of a move based on the list of winning combinations

You can think about this yourself (which will be very useful for developing your thinking) or see the basic example on the scrTicTacToe screen in the project https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/

1 Like

Thanku actech!

I’ll try it out :smiley: