Drawing a circle in a chess board
Hi!
I want to ask a question about designing a chess game such as Gomoku using TouchGFX. As far as I know, I need to put two chesses in every single spot and set them as invisible. When user clicks, then set them to visible. However, this is a very tedious implmentation when board size is really large.
I am wondering if there's another way to directly draw a new circle in the ClickHandler callback function?
Thanks so much for your support!
