0.0.0 • Published 9 years ago

draw-a-cat v0.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

draw-a-cat

NPM

Beginners workshopper for the canvas API.

Work in progress.

Ideas

Terminal version

  • Normal workshopper
  • Explanation enough that you don't need visuals
  • draw-a-cat run number1.js open browser and render
  • draw-a-cat verify number1.js use mock canvas for verification, open browser with differ

Browser version

Verification

  • Compare image pixel by pixel
    • Pro: Different ways to arrive at the same outcome
    • Contra: If it's only off by a pixel, it will fail
  • Test for context method calls