Practice projects to strengthen Object-Oriented Programming (OOP) fundamentals in Java.
This repository contains a collection of mini Java projects developed while learning and practicing core Object-Oriented Programming concepts. Each project showcases clean code, modular structure, and real-world logic implementation.
| π File | π Description |
|---|---|
GuessGame.java |
A number guessing game using basic input/output and loop logic. |
OnlineLibrary.java |
A simple com.library system to add, issue, return, and list books. |
RockPaperScissor.java |
Console-based Rock-Paper-Scissors game against the computer. |
To run these Java programs locally:
- Clone the repository
git clone https://github.com/Swarna-deep0/Java-oop-practice.git