Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 914 Bytes

File metadata and controls

37 lines (26 loc) · 914 Bytes

🎮 Rock Paper Scissor Game (Java)

Java Beginner Friendly Console App

A simple console-based Rock–Paper–Scissor game built using Java.
This project is ideal for beginners to practice loops, conditions, and random logic.


✨ Features

  • User vs Computer
  • Random computer choice
  • Score calculation
  • Exit option available
  • Simple & clean code

🎯 Game Rules

  • Rock beats Scissor
  • Scissor beats Paper
  • Paper beats Rock
  • Same choice → Tie

▶️ How to Run

git clone https://github.com/Nitin152188/Rock-Paper-Seajor-Game.git
cd Rock-Paper-Seajor-Game
javac choiceGame.java
java choiceGame