Hello,
Does anyone know how I could possibly make a tictactoe / chess type game?
I have a board game in mind but I'm getting confused at how to code it.
I have 25 squares and each square has 4 triangle slots. I want to make it like when you drag a chip to a triangle slot, it follows the direction of the triangle slot. how do i seperate each triangle? cause right now, when I drag a triangle chip to a triangle slot in a square, the other triangle slots copy it.