Times Tables Game
Game Development

Times Tables Game

JavaEducationGame

About this project

An educational multiplication quiz game that generates random times-table questions for the user to answer. The game tracks correct and incorrect answers, providing a final score at the end of each round.

Questions are randomly generated to ensure variety, and the system provides instant feedback after each answer — reinforcing correct solutions and showing the right answer for mistakes.

Available in both console and JOptionPane GUI versions, the game demonstrates random number generation, score tracking, user input validation, and game loop design patterns.

Key Features

  • Random question generation
  • Score tracking
  • Instant answer feedback
  • Console and GUI versions
  • Multiple rounds
  • Times-table practice

Tech Stack

JavaJOptionPaneRandomScanner