Update README.md

This commit is contained in:
Andrew Trieu
2022-06-20 13:24:59 +07:00
committed by GitHub
parent 3957d3da84
commit 519f40c08e

View File

@@ -1,17 +1,17 @@
# 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.
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 finished). The user can view all matches and delete them later.
## Learning diary
The learning diary is included as a PDF in this repository.
The learning diary is included as a DIARY.pdf in this repository.
## Exercise materials
Exercice materials from the YouTube videos are in the folder Materials of this repository.
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.
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 and in v1.0 release for easy installation.
## Demonstration video
Link to be updated.
## Demonstration
https://user-images.githubusercontent.com/68151686/174537880-5e72da71-92a4-467d-b930-ab766ddd5735.mp4
## References
The logo of the app is from [PNGWing](https://www.pngwing.com/) and is used for educational purposes only in this project.