Skip to content

A collection of Java programs developed for the advanced Java language course at the Open University.

Notifications You must be signed in to change notification settings

YaelGluskin/JavaAssignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaAssignments

A collection of Java programs developed as assignments for the Open University's advanced Java language course.

Table of Contents

Introduction

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.

Packages

Word Guessing Game

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.

Geography Examiner

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.

Calculator

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.

Getting Started

To get started with any of the programs in this project, follow the steps below:

  1. Clone the repository: git clone https://github.com/your-username/your-repository.git
  2. Navigate to the specific package: cd package-name
  3. Compile the Java source files: javac *.java
  4. Run the program: java Main

Dependencies

Ensure you have the following dependencies installed:

  • Java Development Kit (JDK) [version]
  • JavaFX [version] (if applicable)

Usage

Provide clear instructions on how to use each program. Include any input formats, expected outputs, and notable features.

License

Feel free to learn and enjoy the code.

About

A collection of Java programs developed for the advanced Java language course at the Open University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages