The ANSI escape codes seem to have a problem. Instead of seeing the colours, I see the codes. I've run into something similar in python. The way I've sorted it out was to run clear screen (cls) in the OS module, if I remember it right. Otherwise, pretty cool little project.
← Return to Maze Game
Comments
Log in with itch.io to leave a comment.
Hey, man!
The ANSI escape codes seem to have a problem. Instead of seeing the colours, I see the codes. I've run into something similar in python. The way I've sorted it out was to run clear screen (cls) in the OS module, if I remember it right. Otherwise, pretty cool little project.
Hope this is helpful!
Heyyy Bro🫡
I didn't get any errors, it worked for me perfectly, but yes if there is problem it will be fixed with your solution