0
How to make a chess in C.
I have a little project, make a chess in C as a final Homework, but I have no idea about where to start or what do I need to take in consideration first. I have to be honest, my teacher doesn't want to help me, that's why I'm here to see if someone here can help me, or maybe guide me?... thx to everyone!
2 Answers
0
You can define the board as 2D array,
Then define a symbol for certain piece and put them in the board