https://github.com/imtoori/flutter_fiar
Four-In-A-Row in Flutter
https://github.com/imtoori/flutter_fiar
connect4 flutter-example flutter-game four-in-a-row
Last synced: 10 months ago
JSON representation
Four-In-A-Row in Flutter
- Host: GitHub
- URL: https://github.com/imtoori/flutter_fiar
- Owner: imtoori
- Created: 2020-04-23T12:34:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T13:08:08.000Z (over 5 years ago)
- Last Synced: 2025-03-27T14:55:24.769Z (10 months ago)
- Topics: connect4, flutter-example, flutter-game, four-in-a-row
- Language: Dart
- Size: 374 KB
- Stars: 12
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter FIAR
Four-in-a-row game in Flutter
## Game modes
- Player vs Player (only local)
- Player vs Cpu
- Dumb
- Hard
- Hardest
- Demo (Cpu Hard vs Cpu Hardest)
## Getting Started
Run the application to play :)
`git clone git@github.com:imtoori/flutter_fiar.git`
`flutter run`
## Screenshots

## Codepen
Check out the CodePen here https://codepen.io/imtoori/pen/VwvPmjw
## Contributions
Contributions of any kind are more than welcome! Feel free to fork and improve the project in any way you want, make a pull request, or open an issue.