rossellhayes / twenty48

2048 in the R console
Other
4 stars 0 forks source link

Better palette for low-color environments #3

Open rossellhayes opened 3 years ago

rossellhayes commented 3 years ago

Rterm in RStudio doesn't support most of the colors used by twenty48, leading to an ugly mess. Things may be even worse in monochrome environments.

rossellhayes commented 3 years ago

crayon::num_ansi_colors() still returns 256 even though 256 colors clearly aren't supported by RStudio's Rterm. I've raised the issue in crayon (https://github.com/r-lib/crayon/issues/119).