Skip to content

yasarlabib/BasicTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BasicTicTacToe

Description:

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.

Features:

  • 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.

How to Play:

  1. Clone or download the repository to your local machine.
  2. Compile the TicTacToe.java file using a Java compiler.
  3. Run the compiled program to start the game.
  4. Follow the on-screen instructions to make your moves using coordinates (e.g., "A1" for the top-left cell).

Note:

This implementation is intentionally designed without OOP concepts to serve as a learning tool for those new to Java or programming in general.

Contributing:

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages