flutter/docs/unsorted_wiki/Game-development-with-Flutter.md
Kate Lovett ed8eaf1b84
Migrate the flutter/flutter wiki to docs/unsorted_wiki (#148562)
Part of https://github.com/flutter/flutter/issues/145009
This is part one of the wiki migration.
This moves all wiki pages wholesale into the new docs directory with no changes.
Follow up PRs will sort them, updating breadcrumbs and links.
2024-05-17 22:12:18 +00:00

37 lines
2.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

A loose catalog of resources for casual game development with Flutter.
## Game engines and tools
- [Flame Engine (2D game engine)](https://flame-engine.org/)
- [Bonfire (RPG games)](https://pub.dev/packages/bonfire)
- [SpriteWidget](https://github.com/spritewidget/spritewidget)
- [Flutter Processing](https://github.com/matthew-carroll/flutter_processing)
- [Rive (animation designer)](https://rive.app/)
- [StageXl (Dart+Web, but not Flutter)](http://www.stagexl.org/)
## Games built with Flutter / developer experiences
- [4 Pics 1 Word](https://play.google.com/store/apps/details?id=de.lotum.whatsinthefoto.us)
- [Tomb Toad](http://www.missionctrlgames.com/) | [tweet](https://twitter.com/missionctrlgame/status/1329149448971280385)
- [Flame Game Jam entries](https://itch.io/jam/1st-flame-game-jam/entries)
- [A list of Flutter games built on top of Flame](https://flame-engine-store.web.app/#/)
- [Porting an iOS game to Flutter](https://twitter.com/drcoderz/status/1458449373424062474)
- [Space Empire](https://github.com/SatyamX64/space_empires)
- [Sunnyplace](https://play.google.com/store/apps/details?id=br.com.sunnyplace)
- [Tap Hero](https://github.com/mkiisoft/taphero)
- [Pop, Pop, Win!](https://dart-lang.github.io/sample-pop_pop_win/) (Mine Sweeper w/ balloons and darts)  OG Dart+Web game w/ StageXL (not Flutter)
- [Flutter Slide Puzzle](https://flutter.github.io/samples/web/slide_puzzle/) - Created for original Flutter web launch
- [Community-submitted games](https://flutterawesome.com/tag/games/)
- [Flutter Backgammon](https://github.com/csells/fibscli)
## Tutorials
- [Building a snake game with Flutter](https://www.raywenderlich.com/19430602-how-to-create-a-2d-snake-game-in-flutter)
- [Flappy Bird with Flutter Processing](https://www.youtube.com/watch?v=l2LO_pBEP5Y)
- [Create a game with Flame Engine](https://blog.devowl.de/flutter-flame-step-1-create-your-game-b3b6ee387d77)
- [Flutter games from scratch](https://www.youtube.com/playlist?list=PLlvRDpXh1Se6kipeBLiF1xByAEmxYie6J)
## Communities
- [FlameCon](https://www.meetup.com/FlameCon/)
## Other useful resources
- [Monetization](https://flutter.dev/ads)
- [Firebase (auth, storage, hosting, testing, analytics, cloud functions)](https://firebase.flutter.dev/docs/overview)