Welcome to the TicTacToe-Challenge repository! This project showcases Tic-Tac-Toe implementations in Java and HTML/CSS/JS, featuring both human vs. human and human vs. AI gameplay.
- Java Implementation: A console-based Tic-Tac-Toe game with AI opponent.
- Java UI Implementation: A graphical Tic-Tac-Toe game with a user-friendly interface and AI opponent.
- HTML/CSS/JS Implementation: A web-based Tic-Tac-Toe game with an interesting UI and AI opponent.
- Clone the repository:
git clone https://github.com/yourusername/TicTacToeShowcase.git
- Navigate to the Java directory:
cd TicTacToeShowcase/java
- Compile and run the Java program:
javac TicTacToe_Console.java java TicTacToe_Console
- Clone the repository:
git clone https://github.com/yourusername/TicTacToeShowcase.git
- Open the
.html
file in your web browser.
- Clone the repository:
git clone https://github.com/yourusername/TicTacToe-Challenge.git
- Navigate to the Java directory:
cd TicTacToe-Challenge/java
- Compile and run the Java program:
javac TicTacToe_UI.java java TicTacToe_UI
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
snapshots/
: Contains screenshots of the implementations..gitignore
: Specifies files and directories to ignore in the repository.LICENSE
: The license for the project.README.md
: This file.TicTacToe.html
: The HTML file for the web-based implementation.TicTacToe_Console.java
: The Java file for the console-based implementation.TicTacToe_UI.java
: The Java file for the UI-based implementation.