Mind Games – Terminal Puzzle Game
A collection of five terminal-based logic games developed in Java. Users solve challenges like arithmetic, GCD, and number progression in a console interface.
Mind Games – Terminal Puzzle Game
Mind Games is a console-based Java application consisting of five mini-games designed to enhance logical thinking and arithmetic skills. The project was completed during a university course and showcases command-line interface design using core Java principles.
Each game presents a short challenge requiring three consecutive correct answers to win. A single wrong answer ends the game, encouraging both focus and accuracy. Available games include:
- Calc: Solve arithmetic expressions
- Progression: Find the missing number in a sequence
- Even: Check if a number is even
- GCD: Calculate the greatest common divisor
- Prime: Determine if a number is prime
The application was built with a strong emphasis on code readability, structure, and user interaction in a purely terminal environment.
Project information
- Category Console Application
- Tools
- Project date 14 October, 2023
- Project URL https://github.com/DanielNuud/Mind-Games
- Visit GitHub