From 461cfb8e44fccdcf10120f4a80f5f341660625c3 Mon Sep 17 00:00:00 2001 From: renancaraujo Date: Sun, 8 Mar 2020 13:05:47 +0000 Subject: [PATCH] Adding gaming section plus flame awesome --- source.md | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/source.md b/source.md index 2549fdd..0506d12 100644 --- a/source.md +++ b/source.md @@ -42,6 +42,7 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Template](#templates) - [Plugins](#plugins) - [Frameworks](#frameworks) +- [Gaming](#gaming) - [Open Source Apps](#open-source-apps) - [Web](#web) - [Utilities](#utilities) @@ -496,11 +497,6 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Flutter-animation-set](https://github.com/efoxTeam/flutter-animation-set) - Easy to build an animation set by [efoxTeam](https://github.com/efoxTeam) - [Staggered Animations](https://github.com/mobiten/flutter_staggered_animations) - Easily add staggered animations to your ListView, GridView, Column and Row by [mobiten](https://mobiten.com/) -### Game Engine - -- [Flame](https://github.com/luanpotter/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter) -- [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt) - ### Misc - [Cache Manager](https://github.com/renefloor/flutter_cache_manager) - Generic cache manager by [Rene Floor](https://github.com/renefloor) @@ -515,6 +511,27 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [AspectD](https://github.com/alibaba-flutter/aspectd) - Aspect-oriented programming (AOP) framework for Flutter (Dart) by [Kyle Wong](https://github.com/kangwang1988) +## Gaming + +### Game Engines + +- [Flame](https://github.com/flame-engine/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter) +- [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt) + +### Open source games + +- [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon) +- [2048](https://github.com/anuranBarman/2048) - 2048 game by [Anuran Barman](https://github.com/anuranBarman) +- [TRex](https://github.com/renancaraujo/trex-flame) - Port of the famous Chrome's Trex game by [Renan C. AraΓΊjo](https://github.com/renancaraujo) +- [Crush](https://github.com/boeledi/flutter_crush) - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com) +- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo) +- [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) +- [Party Charades](https://github.com/vintage/party_flutter) - Party charades by [Kamil Rykowski](https://github.com/vintage) + +#### Lists + +- [Awesome Flame](https://github.com/flame-engine/awesome-flame) - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine) + ## Open Source Apps ### Premium @@ -554,16 +571,6 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Pokedex](https://github.com/scitbiz/flutter_pokedex) - Pokedex app with beautiful UI and smooth animation by [Hung Pham](https://github.com/scitbiz) - [Timy Messenger](https://github.com/janoodleFTW/timy-messenger) - Group messaging app with a focus on organizing events by [Miguel Beltran](https://github.com/miquelbeltran) and [Franz Heinfling](https://github.com/fheinfling) -### Games - -- [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon) -- [2048](https://github.com/anuranBarman/2048) - 2048 game by [Anuran Barman](https://github.com/anuranBarman) -- [TRex](https://github.com/renancaraujo/trex-flame) - Port of the famous Chrome's Trex game by [Renan C. AraΓΊjo](https://github.com/renancaraujo) -- [Crush](https://github.com/boeledi/flutter_crush) - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com) -- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo) -- [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) -- [Party Charades](https://github.com/vintage/party_flutter) - Party charades by [Kamil Rykowski](https://github.com/vintage) - ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya)