Colorama messing up ascii
I have recently started work on a chess program. I coded the program to take a 2d array that I made and decode it to form a chess board using ascii characters and colorama. I coded it up so that R=Rook, B=Bishop, P=Pawn, N=Knight, K=King, Q=Queen. There are some extra characters but they are only necessary for parsing and other stuff. Here is my code: