Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 556 Bytes

File metadata and controls

17 lines (11 loc) · 556 Bytes

Personality Test

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.

Concepts Practiced

  • Java
  • User input
  • Conditional statements
  • Method organization
  • Basic game logic

What I Learned

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.