Introduction - If you have any usage issues, please Google them yourself
This is a standard snake game. Features are as follows -If you hit any of the picturebox s side (i named this wall ), you ll die. -If you collide with yourself, you ll die. -When the score is exact multiple of 10, a special bait will be generated. This special bait will dispose itself 3 seconds later. User would have 3 seconds to eat this bait. None 3rd party component was used in this game. Readers must know class inheritance to understand the code.