A collection of beginner-friendly Java console applications built to strengthen core programming skills and object-oriented principles.
A classic word-guessing game where the user has to guess the correct word letter by letter before running out of attempts.
Features:
- Random word selection
- Tracks wrong guesses and remaining attempts
- Console-based UI
Generates strong random passwords
Features:
- Customizable length
- Includes uppercase, lowercase, digits, and special characters
- Simple and secure random generation logic
Two-player console-based Tic Tac Toe game.
Features:
- 3x3 grid gameplay
- Turn-based input for each player
- Win/draw detection logic
- Java (Core)
- OOP principles
- Basic Java I/O and control structures
- Clone the repository:
git clone https://github.com/nivednarayan/Projects.git
cd Projects