SergioLuis / CHIPEIT

A CHIP-8 emulator for Android, written in Kotlin
GNU General Public License v3.0
3 stars 1 forks source link

Make the two colors of the screen a user preference #47

Open mikelcaz opened 6 years ago

mikelcaz commented 6 years ago

Assigned people

Developer: Reviewer:


Description

CHIP-8 features a monochrome screen: what colors are used is unknown to the games. Users should be able to select which colors do they want.

Challenges:

Is desirable:

SergioLuis commented 6 years ago

Letting them to select similar colors is problematic.

We could just deliver a few pre-configured color themes (grass, fire, terracota, whatever), and then, if the user selects the same (or very similar) background and foreground colors, is their problem...