tic tac toe in C.
Most of the work is done, the UI is upto the best of my skills :)
- improve the code by using matrix instead of 3 separate arrays, cause the current code is just wack
- make condition for draw
- improve the UI
- want to make the board be on the center of the screen
- inputs overwrite eachother
- input row and column number can exceed 3