A fun and interactive console-based Java game designed to help users learn vocabulary and basic words in multiple languages.
The game quizzes users with multiple-choice questions in their selected language and provides instant feedback with a final score.
The Language Learning Game is a simple yet educational Java application where users can:
- Choose from 8 available languages
- Answer 5 multiple-choice questions per language
- Receive instant feedback on each question
- View their final score and performance message at the end
It’s a great beginner-friendly project for learning Java basics, arrays, loops, input handling, and conditional logic.
- English
- French
- Spanish
- German
- Italian
- Hindi
- Chinese
- Japanese
✅ Language selection menu
✅ 5 unique questions per language
✅ Multiple-choice answers
✅ Real-time feedback after each question
✅ Final score and evaluation message
✅ Input validation for language and answer selection
- Java (JDK 8 or higher)
- Scanner class for user input
- 2D and 3D arrays for storing questions and answers