Controls: Arrow keys (don't try too tight of a turn or you'll end up going backwards and die) Objective: Get the red square without crashing into the wall or yourself The catch: You get longer AND faster with every square you eat, a length as high as infinity squares and a delay as short as 0.025 seconds. My best: 61 (with this edition, anyway) Enjoy!
It's surprising how much time I usually spend on graphics! With this project, I've been perfecting the code for a year and a half. But I haven't changed the graphics that I built in two days. Based on the classic game Snake, of course. FINALLY -- grows indefinitely without adding lag! I had a programming epiphany to get Snake to run in O(1) instead of O(n). The secret is to use PEN STAMPING instead of CLONES or SPRITES. See inside if you're interested -- there are comments in the Eraser sprite. (https://www.youtube.com/watch?v=iOq5kSKqeR4 for info on Big O notation)