The Java Projects repository is dedicated to showcasing projects developed using Java programming language. These projects demonstrate various aspects of Java development, from command-line applications to interactive games.
-
ATM.java:
- A command-line program designed to manage the balance of a user's account.
- Features functionality for withdrawing, depositing, and checking the balance.
-
Guess the Number:
- Implements a classic "Guess the Number" game in Java.
- Provides an interactive user experience where players guess a randomly generated number within a specified range.
-
Grade Calculator:
- A command-line program for calculating grades of students based on marks obtained.
- Displays total marks, average marks, and the corresponding grade.
-
Minesweeper Game:
- Replicates the popular Minesweeper game in Java.
- Offers an interactive gaming experience where players uncover hidden mines on a grid while avoiding detonating them.
To explore the projects within this repository, navigate to the respective folders for each project and view the source code. You can run the programs locally if you have Java installed on your system.
Contributions to enhance or expand the projects within the Java Projects repository are welcome. If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
This repository is licensed under the MIT License.