Simple Chess Game.
Current creates a board, using a pre-defined 2D array, adds the pieces onto the board, and allows users to click on pieces to gain the following info:
- value.
- piece name.
- coordinates on the array.
This project is a major work-in-progress.