-
Notifications
You must be signed in to change notification settings - Fork 157
Console color options #58
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
Merged
ZacharyPatten
merged 19 commits into
dotnet:console-monsters
from
Rinzii:Console-color-options
Jul 14, 2022
Merged
Console color options #58
ZacharyPatten
merged 19 commits into
dotnet:console-monsters
from
Rinzii:Console-color-options
Jul 14, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a tool that was made to simplify the process of creating medium sized ASCII text art.
Everything works in its current state, but the formatting needs a lot of work. Also, some of the more advanced functionality like being able to select between if you want to affect the foreground or the background has yet to be implemented, but the process should not be too challenging.
… in future. we might use command line args with these values as the default or something
…enders properly on the current default size
…ers, and we may not want the headers at all
…rent default size
…t reverted before the app closes
… acronyms please :)
ZacharyPatten
approved these changes
Jul 14, 2022
Fuinny
pushed a commit
to Fuinny/dotnet-console-games
that referenced
this pull request
Jun 26, 2023
Console color options
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added console color options to the game. Also implemented a simple helper method for generating the custom ASCII text we are using in the menus.
I also talked a bit about this in discord but on the color setting page, I am using the helper method I created extensively. It appears from my testing to have no performance issues.
Also, I've put off adding the more advanced option selection for a little bit and the formatting of the page could be much better but I did not want to work on it till the more advanced customization is finished. Still, the preset colors work well and run smoothly! ^^