https://github.com/open-source-community/connect4
https://github.com/open-source-community/connect4
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-source-community/connect4
- Owner: Open-Source-Community
- Created: 2024-03-13T05:02:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T05:10:19.000Z (over 2 years ago)
- Last Synced: 2025-03-10T20:45:52.330Z (over 1 year ago)
- Language: Dart
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect 4 Game with Flutter
This project is a Connect 4 game implemented using Flutter. It provides a digital version of the classic Connect 4 game where two players take turns dropping colored discs into a grid with the objective of forming a line of four discs of their color horizontally, vertically, or diagonally.
## Introduction
Connect 4 is a simple yet engaging game that requires strategic thinking and planning. This Flutter implementation brings the game to your mobile device, allowing you to enjoy it anytime, anywhere.
## Features
- Classic Connect 4 gameplay.
- Two-player mode: Play against a friend on the same device.
## Acknowledgements
This project is based on the Connect 4 implementation by Flutter Members 2023. While I have made modifications to the design and user interface, credit for the original concept and logic of the game goes to them.
Feel free to reach out with any questions or feedback. Happy gaming!