Common Task 1 Javascript by Abhishek Jha, Roll No- 110123005
I have created the Tic Tac Toe Mobile Game with a clean and responsive UI.
To download the application:
- Head to the
Demo
directory. - Download tictactoe.apk to view it on your phone.
To set up and run the code on your machine:
- Clone the repository:
git clone https://github.com/imabhishek028/Tic-Tac-Toe cd Tic-Tac-Toe
- Download and install Android Studio and set up an emulator.
- Check dependencies from
package.json
and install them using:npm install
- Run the emulator with the following command:
npx react-native run-android