This is a small personality-style game built in Java.
The program asks the user questions and gives a result based on the choices they make. I built this project to practice user input, conditional logic, and structuring a simple interactive program.
- Java
- User input
- Conditional statements
- Method organization
- Basic game logic
This project helped me understand how user choices can control the flow of a program and how simple logic can be used to make a program feel interactive.