https://github.com/cod-e-codes/tictactoe
A modern Tic Tac Toe app featuring Neo-Brutalism design, animations, and two engaging game modes.
https://github.com/cod-e-codes/tictactoe
dart flutter game-development mobile-app neo-brutalism tic-tac-toe ui-design
Last synced: 10 months ago
JSON representation
A modern Tic Tac Toe app featuring Neo-Brutalism design, animations, and two engaging game modes.
- Host: GitHub
- URL: https://github.com/cod-e-codes/tictactoe
- Owner: Cod-e-Codes
- Created: 2024-11-26T17:31:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T17:40:09.000Z (about 1 year ago)
- Last Synced: 2025-01-04T20:42:36.333Z (12 months ago)
- Topics: dart, flutter, game-development, mobile-app, neo-brutalism, tic-tac-toe, ui-design
- Language: Dart
- Homepage: https://github.com/Cod-e-Codes/tictactoe
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
This is a modern and stylish Tic Tac Toe app developed with Flutter. It offers two game modes, subtle animations, and a unique Neo-brutalism design.
## Features
- **Game Modes**
- **AI Mode**: Challenge the AI (varying difficulties to be implemented later).
- **Two Player Mode**: Play with a friend on the same device.
- **Neo-Brutalism Design**
- Minimalist yet bold design with bright colors, sharp contrasts, and clean lines.
- **Subtle Animations**
- Winning line animations, smooth transitions, and cell interactions.
## Screenshots
## Installation
1. Clone the repository:
```
git clone https://github.com/Cod-e-Codes/tictactoe.git
```
2. Navigate to the project directory:
```
cd tictactoe
```
3. Install dependencies:
```
flutter pub get
```
4. Run the app:
```
flutter run
```
## Developed By
This app was developed by [CodēCodes](https://www.cod-e-codes.com), also available on [GitHub](https://github.com/Cod-e-Codes).