#MonthOfCode - Day 15: yellow

My entry for the 15th day of the month of code. The theme for today is: yellow.

This is a little color game: adjust the sliders until the color on the right matches the yellow on the left. You can play with random colors after yellow. The code uses <input type="range"/> which is not guaranteed to be a slider on all platforms. Also, I only included webkit specific CSS rules.

Code after the break.

#MonthOfCode - Day 7: input

My entry for the 7th day of the month of code. The theme for today is: input.

One of the first program I wrote after the mandatory hello world was probably a “Guess the number” game in C. It picks a random number and reads the user input until the guess is correct.

Code after the break.