Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Extended Colors #5

Open
zacharygraber opened this issue Feb 9, 2023 · 0 comments
Open

Add Support for Extended Colors #5

zacharygraber opened this issue Feb 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zacharygraber
Copy link
Owner

Is your feature request related to a problem? Please describe.
The game currently runs termbox2 in its default output mode, which only offers 6 colors other than black and white. Unfortunately, there are 7 tetrominoes, meaning that either 2 pieces have to share a color (undesirable), or one of the pieces needs to be white.

Describe the solution you'd like
Adding support for additional colors, for example via termbox's 256-color mode would alleviate this problem. Not all terminals support this mode, so it may be wise to include a compile/run flag that defaults the game to its regular 6-color mode.

@zacharygraber zacharygraber added the enhancement New feature or request label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant