This repository contains a straightforward implementation of the classic game of Tic-Tac-Toe using Java without utilizing Object-Oriented Programming (OOP) concepts. The code focuses on simplicity and readability, making it an excellent resource for beginners looking to grasp the basics of game development in Java.
- Clean and concise Java code for a console-based Tic-Tac-Toe game.
- Demonstrates fundamental control flow structures like loops and conditional statements.
- Provides a solid foundation for understanding basic game logic and user input handling in Java.
- Clone or download the repository to your local machine.
- Compile the
TicTacToe.java
file using a Java compiler. - Run the compiled program to start the game.
- Follow the on-screen instructions to make your moves using coordinates (e.g., "A1" for the top-left cell).
This implementation is intentionally designed without OOP concepts to serve as a learning tool for those new to Java or programming in general.
We welcome contributions! If you have any ideas for improvement or spot any bugs, feel free to open an issue or submit a pull request.