Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retroportalstudio/flutter_jardinains
A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game in Flutter
https://github.com/retroportalstudio/flutter_jardinains
Last synced: 4 days ago
JSON representation
A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game in Flutter
- Host: GitHub
- URL: https://github.com/retroportalstudio/flutter_jardinains
- Owner: retroportalstudio
- Created: 2021-08-06T13:21:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T17:37:26.000Z (about 3 years ago)
- Last Synced: 2024-07-26T21:55:47.121Z (3 months ago)
- Language: Dart
- Size: 20.8 MB
- Stars: 64
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jardinains Flutter! 🕹
## Play Here - Web
https://flutter-jardinains.web.app/#/## Demo
![](https://github.com/retroportalstudio/flutter_jardinains/blob/master/jardinains_demo.gif)## Note:
For optimal performance run the project in profile mode using command such as:
```sh
flutter run -d chrome --profile
```
(The command above is for web, replace "chrome" with your target platform)For more details on how to run your project in profile mode, [Click Here](https://flutter.dev/docs/testing/build-modes#profile)
## Social Handles 🎯
[Twitter](https://twitter.com/theretroportal)
[Instagram](https://www.instagram.com/retroportalstudio)
[Youtube](https://www.youtube.com/retroportalstudio)
[LinkedIn](https://www.linkedin.com/in/parasjainrps/)## Found this useful? 💙👨💻
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/theretroportal)## Roadmap
```sh
Multiple Levels
Characters to throw Obstacles like original Jardinains Game
Particles to the Ball
```## License
[MIT](https://choosealicense.com/licenses/mit/)