I want to create a Checkers Game. But having a hard time thinking what are the best techniques to use.
Should I use a canvas for the checkered board? then move the pawns by their coordinates?
or should I just use a grid of buttons, and just tap on each button to move?
or can anyone give me any algorithms, steps, examples, or anything to help me build this project? Please
Thank you so much guys.

