Skip to content

Tic Tac Toe - A single-player interactive game for Android, played against your phone

License

Notifications You must be signed in to change notification settings

GingerCRO/TicTacToe

Repository files navigation

TicTacToe

A simple Android "Tic Tac Toe" game with the option to play against another player or against the computer.

📱 Overview

TicTacToe is a mobile application developed for the Android platform. It allows users to play the classic Tic Tac Toe game with friends or against the computer. The app features a minimalist design, a user-friendly interface, and basic game settings.

🚀 Technologies

  • Java
  • Android SDK
  • XML
  • Gradle
  • Adobe XD (UI Design)

✨ Features

  • Two-player mode (Player vs Player)
  • Play against the computer (Player vs Computer)
  • Simple and intuitive user interface
  • Option to reset the game
  • Basic app settings

👢 Project Structure

TicTacToe/
├── Design/               # Design files and images
├── app/                  # Android application (source code)
├── build.gradle          # Gradle configuration
├── gradle/               # Gradle settings
└── settings.gradle       # Gradle settings file

🛠️ Installation

Clone the repository:

git clone https://github.com/GingerCRO/TicTacToe.git

Open the project in Android Studio.

Build the application using the Gradle tool.

Run the application on an emulator or a physical device.

▶️ Running the App

In Android Studio, click Run (green arrow) to start the application.

✅ Testing

The application uses Android JUnit tests. Run the test suite in Android Studio using:

Run > Run 'All Tests'

🤝 Contributing

If you would like to contribute:

  1. Fork the project
  2. Create a new branch: git checkout -b feature/feature-name
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to GitHub: git push origin feature/feature-name
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License. For more details, see the LICENSE file.

🙏 Acknowledgments

Inspired by the classic Tic Tac Toe game.