Here's the most basic way to create the board!
These were the constants I defined to be used for the program
This function prints the row header (A, B, C, D...)
Don't Try To Implement this part! It's just a fancy way of printing A, B, C, D, E, F, G, H, I, J at the top of the board
Here's the actual Board Print!
Here's a GREAT USE of AI in order to break down what the code does piece by piece. I put my code into ChatGPT and asked for an explicit explanation of the function I wrote!!