luismrsilva / snake5

Simple yet responsive Snake game in HTML5/JS
https://luismrsilva.github.io/snake5/
2 stars 1 forks source link

Remove ctx attribute #5

Closed zettca closed 7 years ago

zettca commented 8 years ago
function Snake(ctx, headFillStyle, fillStyle){
    this.ctx = ctx;
        ...
}
zettca commented 7 years ago

It seems that I wasn't clear enough, so I'll "rephrase" myself: Why does a Snake receive a canvas? Snake shouldn't know how to draw itself! Everyone knows Snakes can't draw... Also: bananas.