Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.23 KB

File metadata and controls

41 lines (22 loc) · 1.23 KB

Simple Tic Tac Toe Android Application

This is a simple Tic Tac Toe Android application which allows users to play a local two player mode and a single player mode against a computer.

There are three different difficulties to choose from for single player: easy, medium and impossible.

Getting Started

You can get started by cloning the project to your local machine:

$ git clone https://github.com/amitchell94/tictactoe-app.git

Prerequisites

For this application you will need a minimum of Android API level 16.

Installing

After cloning the repository to your local machine, you can import the project into Android Studio.

Deployment

This application can be deployed by building the APK file and installing it on an Android phone or tablet a minimum of API level 16.

Built With

  • Gradle - Dependency Management

Authors

  • Andy Mitchell - Initial work - GitHub

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Minimax algorithm used from here