Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamdawi/tic-tac-toe-mobile
Tic-tac-toe game adapted for mobile devices with animations and clean interface.
https://github.com/adamdawi/tic-tac-toe-mobile
Last synced: 10 days ago
JSON representation
Tic-tac-toe game adapted for mobile devices with animations and clean interface.
- Host: GitHub
- URL: https://github.com/adamdawi/tic-tac-toe-mobile
- Owner: AdamDawi
- Created: 2023-09-23T12:32:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-22T06:02:13.000Z (about 1 year ago)
- Last Synced: 2023-12-22T07:22:15.767Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-mobile
## Description
Tic Tac Toe is a classic tic-tac-toe game adapted for mobile devices. The application is written in Kotlin, and the user interface is based on XML layout files, providing simplicity and flexibility.
Additionally, the game stands out with an aesthetic graphical design and smooth animations, enhancing the user experience with visual appeal.
## Features
- Two-player game on a single device
- Eye-catching animations during moves and game conclusion
- Clear user interface with intuitive controls
- Immersive sound effects for a more engaging experience## Technologies
- **Programming Language:** Kotlin
- **Layouts:** XML
- **Animations:** XML## Installation
To run the application, clone the repository to your local machine, and then open the project in a Kotlin-compatible development environment.
```bash
git clone https://github.com/AdamDawi/Tic-Tac-Toe-mobile
cd Tic-Tac-Toe-mobile
# Run the project in your IDE
```## Here are some pictures of the application:
![1](https://github.com/AdamDawi/Tic-Tac-Toe-mobile/assets/49430055/279d796b-e7d1-4190-9c9b-06ad5ebfc67f)
![2](https://github.com/AdamDawi/Tic-Tac-Toe-mobile/assets/49430055/9d36e4e5-9840-4cab-8152-aae7a3b6e28c)
![3](https://github.com/AdamDawi/Tic-Tac-Toe-mobile/assets/49430055/8d82cf26-89c7-4196-b44a-b131d340f337)