Your browser does not support the HTML5 canvas tag. Stop using Netscape.

Multicolor Game of Life

Conway's Game of Life implementation with additional logic related to color propagation. Cells are assigned colors at the start of the simulation, and upon state transition from dead to alive, cells will randomly assume one of the surrounding colors.

Your browser does not support the HTML5 canvas tag. Stop using Netscape.

Mandelbrot Set Viewer (Click to Zoom)

The Mandelbrot Set is a fractal. It's generated by iterating a simple function on the points of the complex plane, and seeing if that point diverges to infinity or not.

count: 2
Todo

Persist changes

Write changes to the DB and create a system for fetching cards/column layout.

Add commenting feature

It would be great to link into the existing commenting feature to allow guests to comment on arbitrary cards! Since we made comments generic to resources, this shouldn't be that hard at all.

count: 1
Doing

Polish up CSS

See if we can get a nice flex-wrap or media queries for a column layout on small screens

count: 1
Done

Auto height transitions

Get auto height transitions for cards on the kanban board, so when editing them it nicely expands/shrinks

Develop - Track Anything

Hiatus

Develop is a system for tracking projects, focused mainly on my personal development projects. It has a Kanban board to track todo items and assign them status and priority.