msokalski / ascii-patrol

Ascii Patrol is an ASCII game project. It was mainly inspired by "Moon Patrol", my favourite arcade game at the times I was a child.
GNU General Public License v3.0
220 stars 20 forks source link

RGB color option #30

Open bogzbonny opened 4 days ago

bogzbonny commented 4 days ago

WOW! (incredible work) It would be sweet to have a 3rd option of enabling terminal RGB color-mode instead of 16-color (or black and white). Anyone who has a terminal with custom 16 color mappings has the color of this game altered too. (In my terminal my bright-white and white were nearly the same as I like a high contrast however I had to make white more dim in order to play this game).

Just a thought!

msokalski commented 4 days ago

Yup, I think I'd add cmdline arg for using RGB esc codes instead of color indexes and just leave 16c / mono in game option as is.