An open API service indexing awesome lists of open source software.

https://github.com/codernotme/tic-tac-toe

This is a normal Tic-Tac-Toe game made on React native
https://github.com/codernotme/tic-tac-toe

Last synced: 9 months ago
JSON representation

This is a normal Tic-Tac-Toe game made on React native

Awesome Lists containing this project

README

          

# Tic-Tac-Toe

Welcome to Tic-Tac-Toe, a simple game built using React Native!

## Overview

This project is a basic implementation of the classic Tic-Tac-Toe game developed using React Native. It provides a fun way to play the game on your mobile device.

## Features

- Play Tic-Tac-Toe against a friend or the computer.
- Simple and intuitive user interface.
- Supports both iOS and Android platforms.

## Installation

To get started with Tic-Tac-Toe, follow these steps:

1. Clone this repository to your local machine.
```bash
git clone https://github.com/codernotme/tic-tac-toe.git
2. Navigate to the project directory.
```bash
cd tic-tac-toe
```
3. Install dependencies using npm or yarn.
```bash
npm install
```
# or
```bash
yarn install
```
4. Run the project on your preferred platform.
# For iOS
```bash
npx react-native run-ios
```
# For Android
```bash
npx react-native run-android
```

## Enjoy playing Tic-Tac-Toe!