https://github.com/onnesok/snake-game-flutter
Snake game is a 2D fun game from my childhood days. So, I re-created the snake game using flutter and dart. Instead of flame engine here I have use grid view to see how can I make it using that. This is also a good example use of flutter gridview.
https://github.com/onnesok/snake-game-flutter
dart flutter flutter-game-dev snake-game
Last synced: 4 months ago
JSON representation
Snake game is a 2D fun game from my childhood days. So, I re-created the snake game using flutter and dart. Instead of flame engine here I have use grid view to see how can I make it using that. This is also a good example use of flutter gridview.
- Host: GitHub
- URL: https://github.com/onnesok/snake-game-flutter
- Owner: Onnesok
- License: mit
- Created: 2024-08-12T18:39:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T11:30:31.000Z (over 1 year ago)
- Last Synced: 2025-04-15T16:12:03.116Z (about 1 year ago)
- Topics: dart, flutter, flutter-game-dev, snake-game
- Language: JavaScript
- Homepage: http://onnesok.github.io/snake-game-flutter
- Size: 5.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snake_game
Snake game is a 2D fun game from my childhood days.
So, I re-created the snake game using flutter and dart in grid style.
Instead of flame engine here I have used grid view to give it a grid like effect.
This is a good example of flutter gridview.





## Play in web
```bash
http://onnesok.github.io/snake-game-flutter
```
## Download Links
### Android APK for android device
- [Download app-arm64-v8a-release.apk](https://github.com/Onnesok/snake-game-flutter/releases/download/v1.0.2/app-arm64-v8a-release.apk) - 64-bit ARM architecture, 6.66 MB.
- [Download app-armeabi-v7a-release.apk](https://github.com/Onnesok/snake-game-flutter/releases/download/v1.0.2/app-armeabi-v7a-release.apk) - 32-bit ARM architecture, 6.12 MB.
- [Download app-x86_64-release.apk](https://github.com/Onnesok/snake-game-flutter/releases/download/v1.0.2/app-x86_64-release.apk) - 64-bit x86 architecture, 6.78 MB.
### iOS IPA for Iphones
- [Download app.ipa](https://github.com/Onnesok/snake-game-flutter/releases/download/v1.0.2/app.ipa) - iOS build, 21.1 MB.
### Additional Files
- [Download output-metadata.json](https://github.com/Onnesok/snake-game-flutter/releases/download/v1.0.2/output-metadata.json) - Metadata, 1.02 KB.
- [Download Source code (zip)](https://github.com/Onnesok/snake-game-flutter/archive/refs/tags/v1.0.2.zip) - Source code (zip), 3 hours ago.
- [Download Source code (tar.gz)](https://github.com/Onnesok/snake-game-flutter/archive/refs/tags/v1.0.2.tar.gz) - Source code (tar.gz), 3 hours ago.
