Computer Science, asked by mohammadiqbal16, 6 months ago

snake game progragram using c language​

Answers

Answered by santhoskmuthukumarv
0

Answer:

Here, COORD coord= {0,0}; is a global variable. It sets the center of axis to the top left corner of the screen. void GotoXY (int x, int y) – Here is the code for this function in Code::Blocks. This mini project in C Snake game gives users a total of three lives to play the gam

Explanation:

hope it's help you

Answered by TheConnoR
1

Here, COORD coord= {0,0}; is a global variable. It sets the center of axis to the top left corner of the screen. void GotoXY (int x, int y) – Here is the code for this function in Code::Blocks. This mini project in C Snake game gives users a total of three lives to play the game.

Similar questions