Skip to content

jakubperdoch/TicTacToe

Repository files navigation

React Native Expo TicTacToe: Two Player Game with AsyncStorage

Introduction

Welcome to my React Native Expo TicTacToe game! This project is designed for two players and offers a delightful gaming experience right on your mobile device. Utilizing AsyncStorage, the game keeps track of each player's win/lose streak, ensuring that your achievements are saved and ready to be challenged at any time.

TestFlight Link

https://testflight.apple.com/join/MXw5LAfP

Project Overview

This application is built with React Native and Expo, incorporating AsyncStorage for data persistence and routes for seamless navigation. The project aims to deliver a fun and competitive TicTacToe game that can be enjoyed with friends. Below you will find all the necessary details to get started with the project, set up your development environment, and understand the project structure.

Recommended IDE Setup

To ensure a smooth development process, we recommend setting up your environment with Visual Studio Code (VSCode). Enhance your workflow with these extensions:

Customize Configuration

For configuring your project and understanding Expo's capabilities, please consult the Expo Documentation.

Project Setup

Kickstart your development with the following commands:

npm install

Run the Application

Initiate the game using:

expo start

This will launch the Expo development server, offering you options to run the game on Android, iOS, or web.

Building the Application

To prepare your game for deployment, use:

expo build:<platform>

Substitute <platform> with your target deployment platform (android, ios, or web).

License

This TicTacToe game is released under the MIT License, granting you the freedom to use and modify the code for your purposes.

Example Video

Simulator-Screen-Recording-iPhone-15-2024-03-12-at-20 05 49

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published