Hi,All
I want to Create a simple snake game where the snake have to move in a grid of 20x20 and pick * stars created in a random positions. Player wins after collecting 10 stars. Players fails if they went out of grid boundary.
Note:
1.no need to maintain time.
2.no need to increase snake length.
Thanks for any help