Moving my sprite in XNA using classes
- by Tom
Hey, im a newbie at this programming lark and its really frustrating me. I'm trying to move a snake in all directions while using classes. Ive created a vector2 for speed and ive attempted creating a method which moves the snake within the snake class.
Now I'm confused and not sure what to do next.
Appreciate any help. Thanks :D
This is what…