Recreating Snake, the Goofy Five Day Journey
Day 1 - Humble Beginnings The first day wasn't too bad, however I did forget a lot of stuff from the Kitchen Chaos Tutorial that I watched, and that probably means I didn't learn anything from that tutorial. But I like to think that the tutorial helped me reach the intermediate-ish stage of game development where I can actually make my own games without too much help from AI or any forums. Starting a project from scratch also just felt really weird. When I was following the tutorial, I didn't have to think much about how to organize everything, all I had to do was do exactly what the guy did. Now however, I had to think about exactly what I should name my scripts. And let me tell you, figuring out what to name your first script feel like trying to choose a perfect name for a new character in a book, its practically impossible. After some hard thought, I finally named it "SnakePlayer" (of course I changed it later on in the development process). In this script I wa...