I looking to make a simple snake game
i saw that it isn't too compicated
wondering how to make the snake and the dots appear on random
thanks in advance
Printable View
I looking to make a simple snake game
i saw that it isn't too compicated
wondering how to make the snake and the dots appear on random
thanks in advance
To make random numbers, look into using the Random class, especially the nextInt(...) method. As for making the snake, telling you how to do this will ruin your fun of discovery. Give it a whirl and see what you can create.
ok thanks f f