-1

I want to recreate a simple C64 Random Maze using Unicode characters.

https://www.youtube.com/watch?v=m9joBLOZVEo

I can't find good line characters that always produce a consistent, skewed line. / and \ don't work for me, neither do "\u2571" and "\u2572".

Mark Tolonen
  • 166,664
  • 26
  • 169
  • 251
Redwolf
  • 540
  • 4
  • 17

1 Answers1

2

Try different fonts. On Windows, MS Gothic worked best (Python code):

Python code to simulate C64 maze

Mark Tolonen
  • 166,664
  • 26
  • 169
  • 251