If you can read this sentence in your web browser, it does not support the canvas element.

Sorry.

Circles

Circles was written after some fiddling done in JavaScript and the HTML canvas. Initially a generator for a circle under the mouse cursor, it was quickly discovered that the code could be altered to display multiple circles at once. Random sizes and colors were later added. As you may notice, these circles will randomize when clicked. Due to the nature of the algorithm, there is always a circle under the mouse cursor when clicked.

On the main page, the circles function similarly, though they automatically randomize when the browser window size is changed.

I apologize if you lose your favorite circle.

Written by Miguel de los Reyes. Thanks to Shodor staff.