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
- Host: GitHub
- URL: https://github.com/codernotme/tic-tac-toe
- Owner: codernotme
- Created: 2024-05-12T16:30:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T18:28:19.000Z (about 2 years ago)
- Last Synced: 2025-07-13T12:46:28.571Z (12 months ago)
- Language: CSS
- Homepage: https://tic-tac-toe-fawn-delta.vercel.app
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!