Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
I am making a snake game bot. If you know what the snake game skip past this next part.
The snake game is a classic game where you are a snake and you travel around eating stuff such as "food" and every time you eat this "food" your snake grows a block. You try not to crash into walls or other snakes, also dont crash into yourself. In some newer versions you can eat the other snakes from the back and grow also.
The controls:
Up arrow key - Moves the snake up
Down arrow key - Moves the snake down
Left arrow key - Moves the snake left
Right arrow key - Moves the snake right
Goal:
1. Eat other snakes.
2. Dont crash into walls.
3. Grow.
If you would like to help program this and you know c# you can post on this topic or pm me.
-Thank you
Twin802
hmm i like the idea.... maybe its imposs to make but its an nice idea
Its not impossible. Simple actually. Just say when ever the player moves right change the direction of snake. And if the snake eats a block then snake grows a block.
Seems cool! The snake game, after a while, annoys you to death. But wouldn't you have to have a pretty big map so that all the "snakes" aren't too close to each other if lots of people are playing at the same time?
You would also need a random generator so that the blocks are placed randomly. When a block gets eaten and is added to the snake, a new block would have to appear right after somewhere else random on the map.
There will be 4 snakes. A great saved is big enough.
sounds cool nice idea i would like to help but how would i?
sounds cool nice idea i would like to help but how would i?
Do you know how to write in c#?
[ Started around 1739031896.5659 - Generated in 0.136 seconds, 10 queries executed - Memory usage: 1.37 MiB (Peak: 1.47 MiB) ]