Welcome to Java Games, a Java implementation of the two classic games, Tic Tac Toe and Connect 4.
This project includes the following features for both games:
- Main Menu: Easily navigate between games and modes.
- AI Opponent: Challenge an AI with varying difficulty levels, powered by a Minimax algorithm.
- 2-Player Mode: Enjoy the games with a friend on the same device.
Follow these steps to set up and run the project:
- Clone the Repository:
git clone https://github.com/Titanium2099/Java-Games.git && cd Java-Games - Build the Project: Use Gradle to build the project:
gradle build - Run the Application: Launch the games:
gradle run