Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qur786/tic-tac-toe-mobile-app
This is a simple Tic Tac Toe game built with React Native.
https://github.com/qur786/tic-tac-toe-mobile-app
android icons ios mobile-app react react-native tic-tac-toe typescript
Last synced: 2 days ago
JSON representation
This is a simple Tic Tac Toe game built with React Native.
- Host: GitHub
- URL: https://github.com/qur786/tic-tac-toe-mobile-app
- Owner: qur786
- Created: 2024-01-16T06:21:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T13:16:23.000Z (10 months ago)
- Last Synced: 2024-10-11T12:14:51.139Z (26 days ago)
- Topics: android, icons, ios, mobile-app, react, react-native, tic-tac-toe, typescript
- Language: TypeScript
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
This is a simple Tic Tac Toe game built with React Native.
https://github.com/qur786/tic-tac-toe-mobile-app/assets/79472606/adf4f83d-8595-4760-bda0-94d32f1947ed
## Description
The React Native Tic Tac Toe application allows two players to take turns marking the spaces in a 3x3 grid. The game ends when one player has three of their marks in a row, column, or diagonal, or when the entire grid is filled with no winner.
## Features
- Classic Tic Tac Toe gameplay.
- Player turn indicator.
- Game over modal displaying the winner or a draw.
- Play again functionality.## Installation
1. Clone the repository.
2. Run `yarn install` to install dependencies.
3. Run `react-native run-android` or `react-native run-ios` to start the application.## Usage
Once the application is running, you can play the Tic Tac Toe game. Players take turns marking the spaces until a winner is determined or the game ends in a draw.
## Dependencies
The project uses the following dependencies:
- react: 18.2.0
- react-native: 0.73.2
- react-native-snackbar: ^2.6.2
- react-native-vector-icons: ^10.0.3## Contributing
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.