This is my first mini Java project โ a simple console-based Rock Paper Scissors game that I created while learning Java.
- Run the program in any Java compiler or terminal.
- Enter your name when asked.
- Choose your move:
1for Rock2for Paper3for Scissor
- The computer will randomly select its move.
- After 5 rounds, the program shows how many times you won, lost, or drew.
- 5 rounds of play
- Randomized computer choices
- Keeps track of wins, losses, and draws
- Simple console-based interface
If you have Java installed:
javac RPSGAME.java
java RPSGAME