Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smsraj2001/tic-tac-toe-kotlin-android
A simple Tic Tac Toe android app developed in Kotlin
https://github.com/smsraj2001/tic-tac-toe-kotlin-android
android android-studio java kotlin-android mobile tic-tac-toe-game xml
Last synced: about 1 month ago
JSON representation
A simple Tic Tac Toe android app developed in Kotlin
- Host: GitHub
- URL: https://github.com/smsraj2001/tic-tac-toe-kotlin-android
- Owner: smsraj2001
- Created: 2022-10-02T14:23:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T12:35:40.000Z (over 2 years ago)
- Last Synced: 2024-11-08T19:12:22.793Z (3 months ago)
- Topics: android, android-studio, java, kotlin-android, mobile, tic-tac-toe-game, xml
- Language: Kotlin
- Homepage:
- Size: 6.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIC-TAC-TOE-KOTLIN-ANDROID
A simple Tic Tac Toe android app developed in Kotlin## SYNOPSIS
A simple Tic Tac Toe app built using ```Kotlin``` and ```Java```## DESCRIPTION
- A simple app which replicates the game, which we all had played. Consists of ```noughts``` and ```crosses``` with reset features too.
- Also your progress is maintained till you exit the app.## INSTRUCTIONS
- Install ```Android Studio``` by Google, Link : [Click here](https://developer.android.com/studio?gclid=Cj0KCQjwkOqZBhDNARIsAACsbfJyDllRNWNvv6SY7z2StNngABowcV8QRe-HE7ghL84hBkedH-2cSmYaAoNoEALw_wcB&gclsrc=aw.ds#downloads)
- Download this project.
- Start ```Android Studio``` and open the folder of this project. After this build process starts running.
- Then click on the ```debug``` option in the menu bar.
- We can run this app by 2 ways:
- Virtual android device provided by Android Studio itself.
- Your own Mobile phone
- To run this app on the ```virtual device```, click on ```Device Manager``` in the menu bar and create a device of your choice. Then from the drop down menu, select your created device and run the app.
- To run this app on the ```Your own android mobile```, follow these steps :-
- First of all, enable ```Developer Options``` in your mobile and allow ```USB Debugging``` in the Developer options.
- Now connect your android mobile to your PC via a USB cable and grant the mobile, permissions (To debug) to access PC.
- After this your mobile name will be visible in the drop-down menu.
- Select your mobile and start running the app by clicking the ```Play``` button.
- ```NOTE:``` This app works best with Darkmode ```disabled``` in your mobile.
- Enjoy the App!!!#### ```NOTE``` : For any queries/suggestions, please feel free to contact : [email protected]