patorjk / JavaScript-Snake

The game of Snake written in JavaScript.
MIT License
531 stars 628 forks source link

Issue #81 Headcolor #84

Closed Rb64 closed 2 years ago

Rb64 commented 2 years ago

Added functionality for styling the Head of the snake differently. Also added an example theme that makes use of this feature. Add rules for #snake-snakehead-alive in the css file of your theme to make use of this. Everything is still backwards compatible and all themes that don’t include this rule will display as before.

patorjk commented 2 years ago

Nicely done!