Okay, so I am now one step closer to adding in the Worm Particle in Grammer (I tried earlier, unsuccessfully). Anywho, I was looking at the code for Wormy and I realised two things:
1) Assembly is much faster at shifting data than writing the code purely in Grammer
2) I added inline ASM support to Grammer not too long ago
So now we have the next version of Wormy! Now it can quickly handle very large worms, but the downside is that it can't handle too many all that quickly
For example, a worm of length 245 was handled faster than 9 worms of length 5. Still, enjoy!