📝
Flame
- flameはFlutter用の2Dゲームエンジン
- Flutter用のゲームエンジンの中では一番人気
- ドキュメントを読むのも良いけどとりあえず以下の記事のチュートリアルをやるのが良い。ハエが動き回るやつを作るとFlameでゲームを作る流れとか雰囲気がつかめる。
- Create a Mobile Game with Flutter and Flame - Beginner Tutorial | JapAlekhin
- Game Graphics and Animation Tutorial - Step by Step with Flame and Flutter (Part 2 of 5) — JapAlekhin
- Views and Dialog Boxes Tutorial - Step by Step with Flame and Flutter (Part 3 of 5) — JapAlekhin
- Scoring, Storage, and Sound Tutorial - Step by Step with Flame and Flutter (Part 4 of 5) — JapAlekhin
- Game Finishing and Packaging Tutorial - Step by Step with Flame and Flutter (Part 5 of 5) — JapAlekhin
- 実践的なゲームの実装例
-
Float-like-a-dash-Sting-like-a-dart/GhostRigger: Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon
- メニューやクレジットなど基本的な画面はFlutterのStatufullWidgetをベースに作り、実際のゲーム部分のみをFlameで書いている。ソースも綺麗なので読んでみるとゲームの作り方の参考になる。
- fireslime/bob_box: Simple Flame Game to function as a tutorial
-
Float-like-a-dash-Sting-like-a-dart/GhostRigger: Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon
Discussion