Skip to content

This is a simple TicTacToe game implemented in Java and XML using Android Studio.

Notifications You must be signed in to change notification settings

adityabhamare10/TicTacToe

Repository files navigation

TicTacToe Game

This is a simple TicTacToe game implemented in Java and XML using Android Studio.

Description

The TicTacToe game allows two players to take turns marking spaces on a 3x3 grid. The objective of the game is to get three of their marks (either 'X' or 'O') in a row, column, or diagonal. The game provides a user-friendly interface with touch functionality to select the desired grid cell.

Features

Interactive game board Two-player mode Turn-based gameplay Win detection Reset option

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

Android Studio installed on your computer

An Android device or emulator to run the game

Installation

1.Clone the repository to your local machine using the following command: git clone

https://github.com/adityabhamare10/TicTacToe.git

2.Open Android Studio and select "Open an existing Android Studio project".

3.Navigate to the cloned project directory and select the project.

4.Let Android Studio build and sync the project.

5.Connect your Android device or start an emulator.

6.Click on the "Run" button in Android Studio to launch the game on your device or emulator.

Usage

Launch the game on your Android device or emulator. Two players take turns tapping on the desired cell to mark it with their respective symbols ('X' or 'O'). The game will detect and display the winner or a draw. To start a new game, tap the "Reset" button.

Contributing

Any contributions to improve the game are welcome! If you have any suggestions, bug fixes, or new features, please submit a pull request.

Authors

Aditya Bhamare - https://adityabhamare10

About

This is a simple TicTacToe game implemented in Java and XML using Android Studio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages