Is there a way to print 2 characters in one space within console?
So, I am attempting to make a maze game for some coursework at college. I have managed to get a maze generation algorithm working which makes use of recursive backtracking. However, the issue with this algorithm is that is does not use separate spaces (I don’t know what else to call them) in the console to allow for space for a character to move within the maze.