6 Topics

Member Avatar for
Member Avatar for rao naeem
Member Avatar for Stavros_1
0
265
Member Avatar for PeTo.

I'm having some trouble making my snake move :D I can move one point in any direction but the whole body of the snake is where I'm confused , if(a == (char) 119 || a == (char) 87 || a == 72) { y=y--; gotoxy(x,y); PrintVector(v); } thats works just …

Member Avatar for PeTo.
0
2K
Member Avatar for jens123

Hello guys! :) I have problem finding out, about why the author if the code i have. Uses array like this: [CODE]int past[1000][2]; and says that 0 is side, and 1 is up.[/CODE] Does he mean that: [CODE]past[pastCounter][0]; is for up,and down (x) past[pastCounter][1]; is for sides (y)[/CODE] Appreciate all …

Member Avatar for mrnutty
0
171
Member Avatar for spoonlicker

I have no idea at all, nothing, on how to make a full, running and working snake game. I tried starting off using character symbols in ASCII to draw its head and body, but from there on I have no clue on how to make it move with out having …

Member Avatar for kayhantolga
0
332
Member Avatar for ronnieaka

hi, i'm writing a snake game and so far i've gotten nowhere, not even to moving the hashes i'm calling snake, and that's what i'm gonna discuss now i know i don't clearly have an understanding of threading for animation but before this i've done lotsa stuff like bouncing frames …

Member Avatar for quuba
0
319
Member Avatar for happygeek

First there was the [URL="http://www.daniweb.com/news/story285531.html"]Google Pac-Man game[/URL] to waste a bit of online time, now Google has dropped an Easter Egg game into YouTube in the shape of the classic Snake. Yes, you can now play Snake on YouTube right in the middle of watching a video, right there in …

Member Avatar for happygeek
0
1K

The End.