Welcome to the Java Games Collection repository! This project features three different games implemented in Java using various technologies. Have fun exploring and playing the games!
-
Objective:
- User inputs a number, and the computer provides feedback on whether the guess is higher or lower than the actual number.
- The game continues until the user correctly guesses the number.
-
How to Play:
- Clone the repository and navigate to the
GuessMyNumber
directory. - Compile and run the Java file:
javac GuessMyNumber.java java GuessMyNumber
- Clone the repository and navigate to the
-
Objective:
- Based on the tutorial here, this game demonstrates creating a simple Swing GUI for username and password authentication.
- If the provided credentials match "foo" and "moo," a success message is displayed; otherwise, a failure message is shown.
-
How to Run:
- Clone the repository and navigate to the
SwingLoginGUI
directory. - Compile and run the Java file:
javac SwingLoginGUI.java java SwingLoginGUI
- Clone the repository and navigate to the
-
Objective:
- Play the classic game of Tic Tac Toe on a graphical user interface (GUI).
- Enjoy a visually appealing version of the game with a clickable board.
-
How to Play:
- Clone the repository and navigate to the
TicTacToeGUI
directory. - Compile and run the Java file:
javac TicTacToeGUI.java java TicTacToeGUI
- Clone the repository and navigate to the
Feel free to contribute by forking the repository and submitting pull requests. If you encounter any issues or have suggestions, please open an issue.
This project is licensed under the MIT License.