LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Snake SB4 doesn't work

Root / Programming Questions / [.]

KevinTheDumbCatCreated:
I've recently programmed Snake and decided to make a two player version. But it doesn't work and I don't know why! Here's the key to my program: 4QZ35P333 Thanks in advance!


On line 299, BODYY should be BODYY2. On line 247, you use the variables X, Y, X2, and Y2, but you don't seem to use those anywhere else in the two-player code. I'm not sure what this should be changed to without spending more time on it, but maybe you'll know what the issue is.

Thanks! Now I even made a 4 player mode!