My snake game is now only 85 bytes and I don't think it can get any smaller than this
I really want to get it down to `78` to fit in a version 4 QR Code (which is miniature) currently it's a version 5 one...
I don't see how it can get smaller than it is without either using graphic mode (which might reduce `3` bytes), allowing the side walls to be pass-through (which reduces `11` bytes), allowing the snake to go 180° (which reduces `4` bytes) or similar changes which I don't want to do because it'll make the game not as good imo...
I know there are some really smart people out there and I'd love it if some of you could think of ways to reduce its size.