Skip to content

nivednarayan/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Java Mini Projects

A collection of beginner-friendly Java console applications built to strengthen core programming skills and object-oriented principles.


๐Ÿ“‚ Projects Included

1. Hangman Game

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

2. Password Generator

Generates strong random passwords

Features:

  • Customizable length
  • Includes uppercase, lowercase, digits, and special characters
  • Simple and secure random generation logic

3. Tic Tac Toe

Two-player console-based Tic Tac Toe game.

Features:

  • 3x3 grid gameplay
  • Turn-based input for each player
  • Win/draw detection logic

๐Ÿ› ๏ธ Tech Stack

  • Java (Core)
  • OOP principles
  • Basic Java I/O and control structures

๐Ÿ”ง How to Run

  1. Clone the repository:
git clone https://github.com/nivednarayan/Projects.git
cd Projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages