Snake Update 6
The final step to making my basic snake game was to create the body and get it to add a new piece every time the fruit was collected. This was the part I was apprehensive about as I knew that it meant learning a whole new way of handling classes and for the method I wished to use, I would have to learn vectors. However, with a bit of trial and error, I managed to get the body working.