Game of Life - Project Feedback

My finished game of life. This is also my final project for my web dev class :slight_smile: .

Project Link - http://codepen.io/devinmiller/pen/NbwZxz/

Color picker is nice; however, if you pick white or lighter color like yellow as color you cannot see text. You should check if color is a dark or light color (try tinycolor.js or just hard code it), and adjust the text accordingly.

1 Like

Perfect, thanks. Updated the project so now the color of the button text will change depending on how dark or light the color that has been chosen is.

Nice, looks awesome :thumbsup: