galehouse5/skribbl-io-autodraw

just remove the looping over diameters and only using diameter 4

Closed this issue · 2 comments

If only diameter 4 is used then there is enough time to draw and the picture looks much much better

sn8to commented

tl;dr doing this will take longer to draw images than the time allowed by the game

The limiting factor is the rate skribbl.io servers process line draw commands. It's somewhere between 5,000 and 10,000 per minute. The image above contains 30,000 pixels so the naive method of using one line draw command per pixel would take 3 to 6 minutes. #6 (comment)

Merge this issue with #6 I guess

Duplicate of #6.