I am creating a checkers game for a computer graphics class. I created a bunch of meshes that form a checkerboard. My next step is making all of the meshes clickable so that I can click a tile and eventually move a checker piece.
Below is my playground:
Any help with this would be appreciated! I’m also trying to think of a way to keep track of which tile the checker pieces are on, so if anyone has ideas for that I would appreciate it!.