1
General / Re: Snake game - block positions
« on: April 05, 2014, 09:45:20 am »Check this out whenever you have to decide what kind of container you need:
http://i.imgur.com/OxUhWfm.png
Thanks for that .
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Check this out whenever you have to decide what kind of container you need:
http://i.imgur.com/OxUhWfm.png
The head is the only thing that will move to a new position depending on user input. All body segments simply move to the position of the segment that is in front of them.
Seems nice, but don't forget to turn VSync on or set a Framerate limit! Otherwise the Game uses a lot of system resources
Nice game.Thanks!
Is the "coffee" in the name a reference to Java?Yep xD.
Collision detection is clearly out of scope for SFML.