Hi!
has anyone had any success using the chessboard in an app.
i tried a lot , but it takes a lot of time!!!
Any workarounds or successes here?
Really appreciate responses
What do you mean by āthe chessboardā? Can you provide a screenshot or an example?
Oh. The word ācomponentā in Thunkable refers to a built-in block which is why I was confused. I know @codeswept made a chutes & ladders game based on a grid. I havenāt done anything with chess myself.
Oh ok. I actually tried using the chessboard api in the webviewer and connecting it to the thunkable app using the extension but it is very very difficult.
Thatās why I wanted to ask thunkable team to build this component but before that i wanted to ask if any of my fellow thunkers here have had any success
Yeah, I did make a game with a grid. Let me try and see if I can adapt it for chess.
Iām currently working on adding the chess pieces in.
thanks for sharing this @codeswept.
I will try this out. but what i meant is that it taking tonnes of coding for the rules like castling and en passant etc.
There is already a chessboard api that works but i wanted something native.
But i will definitely try this out.
True, Iāve just been trying to make the chessboard work as well.
Really? Iād love to check it out! Could you please share the link here?
https://chessboardjs.com/
You will have to download this and use the given sample of code in html or java.
I made a few apps based on this too. but they are time consuming.
I was planning on making a live chess server like
using javascript and i am kindaā¦ halfway through?