courselab / snaskii22

Programming exercise based on snaskii (class of 2022)
GNU General Public License v3.0
8 stars 11 forks source link

feat: add color to the game #113

Open ghost opened 1 year ago

ghost commented 1 year ago

Using the Ncurses library it is possible to draw characters in different colors, it can be achieved by using attron() and attroff() functions. the death screen displayed red or a setting for starting the game with a specific color would be cool.

BrunoBaldissera commented 1 year ago

I am using the functions in Ncurses as suggested and have so far added color to the death screen in a local branch. I intend to open a PR soon!