exam project that includes features like finding players with the lowest level, creating user credentials, and displaying all stored credentials.
-XML
- Java
- Apache NetBeans IDE
The project consists of three main exercises made at an exam:
This exercise involves analyzing player data stored in XML files to find the player with the lowest of everything and tell what are they lowest at.
Users can create new user credentials by providing a username, password, and email. The credentials are then stored in a text file.
The program allows users to view all stored user credentials from the text file.
To run the project:
- Clone the repository to your local machine.
- Open the project in Apache NetBeans IDE.
- Compile and run the main Java file.