1.1 KiB
Tic-tac-toe app for Android
This project and repository are created for the course CT70A9120 Software Development Skills: Mobile of LUT University, Finland. The app is a Tic-tac-toe game, using a SQLite database to save details of each match (players' names, the winner, and time when the match finishes). The user can view all matches and delete them later.
Learning diary
The learning diary is included as a PDF in this repository.
Exercise materials
Exercice materials from the YouTube videos are in the folder Materials of this repository.
How to run the application?
Run the app using an Android Emulator, minimum API level 21. The application was tested on API level 32 during development, using USB debugging. An APK file is included in /app/build/outputs/apk/debug for easy installation.
Demonstration video
Link to be updated.
References
The logo of the app is from PNGWing and is used for educational purposes only in this project. The Tic-tac-toe game is based on the Tic-tac-toe series of Practical Coding.