FloreTown Guess Game is a Java Swing-based GUI application where users guess a randomly generated number within a time limit. It features multiple difficulty levels, scoring system, and a persistent leaderboard using file handling. The project dem…
FloreTown Guess Game is a Java Swing-based GUI application where users guess a randomly generated number within a time limit. It features multiple difficulty levels, scoring system, and a persistent leaderboard using file handling. The project demonstrates event-driven programming, user interaction, and modern UI design, providing an engaging and competitive gameplay experience.
I used AI tools like ChatGPT during this project mainly for debugging, improving code structure, and getting suggestions for UI design and features. Around 50% of the code was written by me, including the core logic, game flow, and implementation of features like difficulty levels, timer, and leaderboard system. AI assistance was used to refine the code, fix errors, and enhance overall functionality.