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.
https://testflight.apple.com/join/MXw5LAfP
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.
To ensure a smooth development process, we recommend setting up your environment with Visual Studio Code (VSCode). Enhance your workflow with these extensions:
For configuring your project and understanding Expo's capabilities, please consult the Expo Documentation.
Kickstart your development with the following commands:
npm install
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.
To prepare your game for deployment, use:
expo build:<platform>
Substitute <platform>
with your target deployment platform (android
, ios
, or web
).
This TicTacToe game is released under the MIT License, granting you the freedom to use and modify the code for your purposes.