Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T16:43:08.000Z (3 months ago)
- Last Synced: 2024-08-20T14:26:06.708Z (3 months ago)
- Topics: dart, flutter, flutter-game-dev, snake-game
- Language: JavaScript
- Homepage:
- Size: 5.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white)
![Dart](https://img.shields.io/badge/dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white)
![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)
![iOS](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)
![Browser](https://img.shields.io/badge/Web-FF7139?style=for-the-badge&logo=Browser&logoColor=white)## 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.