stefan-brus / nonogrid

Nonogram game implementation in javascript.
1 stars 1 forks source link

Click-and-drag fill should work #7

Closed stefan-brus closed 10 years ago

stefan-brus commented 10 years ago

The player should be able to fill/empty/mark squares by clicking and dragging the mouse. Perhaps a different event is required instead of click.