CHESS SYMBOL IN C

san11

Active member
Joined
Aug 13, 2015
Messages
51
Reaction score
3
Hello guys,
I was wondering if someone can help me or say how can i make Chess symbols in C that looks like this in the picture:


NOT the whole board, just the chess symbols.

THANKS
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
make a 8x8 2d bool array, fill it with const values then render on screen - ez
 
Top