Closed zar-net closed 3 months ago
Changed the way in which colors are assigned to characters as follows:
self.stdscr.attron(curses.color_pair(1))
self.stdscr.addch(y, x, 'W')
self.stdscr.attroff(curses.color_pair(1))
The Wumpus code does not display the proper colours for each of the glyphs being used.