An open source Tic-Tac-Toe Android Studio Project.
Download from here:
https://github.com/r12esh/tic-tac-toe/raw/master/app-debug.apk
This is an open source Project for fun. You can make changes and impress your Friends. I have used some resources to make it look good But you can change them according to your creativity.
This Project Consists of:
- MainActivity.java
- The .apk File
- The .xml File
- The Resources used in projects (Image files)
- Open an Empty activity Android Studio Project and give any name (TicTacToe in my case)
- After all the sync has Completed Go to "C:\Users\Admin\AndroidStudioProjects\TicTacToe\app\src\main\res\drawable" and Paste the Resources You will need
- Refer MainActivity.java for the logic
- Refer AndroidManifest.xml for the posotioning of the images
- Bundle the project into .apk
And you're done !
Have Fun