A collection of Java programs developed as assignments for the Open University's advanced Java language course.
This repository contains three distinct Java programs developed as part of the Open University's advanced Java language course. Each program is organized into separate packages within the project.
The Word Guessing Game is an interactive Java application that challenges users to guess a word. The game provides hints and feedback to guide players toward the correct answer.
The Geography Examiner is implemented using JavaFX and serves as an educational tool for testing and enhancing geographical knowledge. Users can answer questions related to geography, and the program provides feedback on their performance.
The Calculator program, also implemented in JavaFX, offers basic mathematical operations in a user-friendly interface. It provides a simple yet effective tool for performing calculations.
To get started with any of the programs in this project, follow the steps below:
- Clone the repository:
git clone https://github.com/your-username/your-repository.git
- Navigate to the specific package:
cd package-name
- Compile the Java source files:
javac *.java
- Run the program:
java Main
Ensure you have the following dependencies installed:
- Java Development Kit (JDK) [version]
- JavaFX [version] (if applicable)
Provide clear instructions on how to use each program. Include any input formats, expected outputs, and notable features.
Feel free to learn and enjoy the code.