wojciech-graj / doom-ascii

DooM in the terminal!
GNU General Public License v2.0
512 stars 24 forks source link

Display colors match improperly #8

Closed spaceman-spence closed 7 months ago

spaceman-spence commented 7 months ago

When I make the file on mac and run the executable, doom starts running, but the colors don't line up. Some of the text moving in the background look like the game is running but none of it makes sense. I've added a few screenshots of one of the frames. I'm using the Doom 1.9 WAD from the internet archive and I tried changing the terminal theme to see if that was causing any issues but it did nothing. Terminal_Doom Terminal_Doom 2 Terminal_Doom 3

wojciech-graj commented 7 months ago

The first thing that comes to mind is that you might be using a terminal that does not support 24 bit RGB. This page contains a list of terminals known to support it, and contains a bash command you can run to check if this is in fact the case: https://gist.github.com/sindresorhus/bed863fb8bedf023b833c88c322e44f9

spaceman-spence commented 7 months ago

That was the problem! Thank you!