A simple Tic-Tac-Toe game to be played against the computer or another player. While there are greate implementations of Tic-Tac-Toe are available on the internet, mine is just a small contribution to the open source communitity. It was made as a part of me practicing react-native with typescript and expo.
You can try out this project on the web or follow the instructions below to setup it up for yourself.
Make sure you have the following CLIs installed on your machine.
-
Node : Click here to learn more.
-
npm :
npm install npm@latest -g
-
Yarn :
npm install -g yarn
(Click here to learn more.) -
Expo :
npm install -g expo-cli
(Click here to learn more.)
- Clone the repo
git clone https://github.com/YahyaBagia/TicTacToe-Expo.git
- Install packages (because you need
node_modules
directory)
yarn
- Run the App
- Web :
yarn web
- Android :
yarn android
- iOS :
yarn ios
- For further Expo commands
- Visit Expo docs.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request