Question New! I need some help with my snake game

00nobita00

New member
Joined
Oct 10, 2011
Messages
1
Programming Experience
Beginner
I have just started to learn about .net and my language is VB.net

This file i have uploaded is my project Game Snake.

I have a trouble that in groupbox2 ( i named it) has 3 radio button.
one is classic Mode. i finished this Mode with no problem.
the problem is the second radio i named it is General Mode. This Mode i won't draw wall like classic mode but i truly dont know how to solve a logic trouble that i want whenever the head's snake meets end (in classic Mode is wall ) the snake will turn to another side of map like in my code when the head's snake is field(4,19) it will turn to field(4,0).

Thanks for your helping

ps: sorry this is my first time i'm in here, i deleted 2 folders you have mentioned and i really need your hepling for this.
 

Attachments

  • GameSnake.zip
    62.4 KB · Views: 21
Last edited:
Your attachment has been removed. Please do not attach binary files or archives containing binary files. You must always delete 'bin' and 'obj' folders from all projects before zipping for attachment.
 
Back
Top