WortTrainer is a simple Java application that helps users practice spelling by guessing animal names based on images.
- Display an image and ask the user to input the correct word.
- Tracks correct and incorrect guesses.
- Saves and loads game progress.
- Clone the repository:
git clone https://github.com/yourusername/WortTrainer.git
- Open the project in your IDE.
- Ensure you have the
Gson
library included. - Run
WortTrainerUI
to start the game.
- WortTrainerUI: Main class with the GUI. Manages game flow.
- WortTrainer: Handles word list, random selection, and input validation.
- Persistance: Saves and loads game data to/from a JSON file.
- WortEintrag: Represents a word and its associated image URL.
Gson
for JSON parsing.
Matthias Kurz