News

Ever played a number guessing game? I took it a step further and built one in Java, incorporating key OOP principles for a more robust and user-friendly experience. Here's what I achieved: 1- ...
Number Guessing Game with GUI This project is a graphical implementation of a number guessing game using Java Swing. The game generates a random number between 0 and 1000, and the player has 10 ...