Search found 3 matches

by ttdgrin
September 2nd, 2020, 11:54 am
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 61298

Re: Snake Game Tutorial 14a

Thanks again for the help, with alot of testing back and forth im starting to grasp what is what. I've now been able to implement a few functions in the snake class with an added subclass for the creation of blocks, they now spawn when "ice" is eaten and also can be tested for collision in the game....
by ttdgrin
September 1st, 2020, 7:59 pm
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 61298

Re: Snake Game Tutorial 14a

Thanks for the reply albinopapa, think I could work with that for abit. Is it possible to get the location from the last piece in a array?(the snake segments are of type array in the tutorial, something like how the segments get the location from previous segment for movement. (the MoveBy function) ...
by ttdgrin
September 1st, 2020, 4:53 pm
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 61298

Re: Snake Game Tutorial 14a +b

Hello, new to the forum and to the serie, and dam this is good. Not sure if someone will see this but here we go.. =) I've been trying to implement spawning blocks into the code after the 14a+14b + homework without success. Would like some guidelines if possible. (or stright up a solution) I've adde...