adeptnil / KenziePaint

Starter files for a simple paint program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the start of a very simple Paint program. The "fill" tool is not complete yet; so far it only colors the pixel clicked on. You must finish implementing the fill() method in fill.js so that it fills in an entire connected region of like-colored pixels. The comments in the method describe the algorithm in pseudo-code. Your task is to implement it in Javascript.

About

Starter files for a simple paint program.


Languages

Language:JavaScript 70.8%Language:CSS 15.6%Language:HTML 13.6%