0
How do i get user input for games like rock, paper, scissors in Java
I wanted to make my first game in Java put in the tutorials of SoloLearn they dont go deep into user input.
2 ответов
+ 5
i recently made one which you can have a look at there some explanation aswell
good luck!.
https://code.sololearn.com/c3ZVd60aZ42M/?ref=app
0
You can use a Scanner from java.util package!
Google: "java scanner"