This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-06-20 13:24:59 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:20:11 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:08:58 +07:00
2022-06-20 13:24:59 +07:00
2022-06-20 13:08:58 +07:00

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 finished). The user can view all matches and delete them later.

Learning diary

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.

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 and in v1.0 release for easy installation.

Demonstration

https://user-images.githubusercontent.com/68151686/174537880-5e72da71-92a4-467d-b930-ab766ddd5735.mp4

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.

Description
An Android tic-tac-toe app with SQLite database
Readme 695 KiB
v1.0 Latest
2022-06-20 06:24:59 +00:00
Languages
Java 100%