Minigame Snake

Nov 3, 2015 at 12:15pm
Can somebody help me with this programm ? I don't get it. :/
Nov 3, 2015 at 12:38pm
Do you have the code?

Or are you having trouble with the idea of how to make this program?
Nov 4, 2015 at 2:33pm
seriously, please be clear when asking a question...
Nov 10, 2015 at 11:04am
we have do change this program to the snake game:


#include "graphics2.h"

int main()
{
int karte=0,modus=0;

initgraph( &karte, &modus, "", 640, 480 ); // Start Window

line( 100, 100, 200, 200 );

getch();
}
Nov 16, 2015 at 12:47pm
Did you do any research at all?
http://www.cplusplus.com/articles/i2zyhbRD/
^ From the Articles section. "Simple Snake Game"
Topic archived. No new replies allowed.