Vintage appMaker의 Tech Blog

[Flutter] Game engine- Flame 링크 본문

Source code or Tip/Flutter & Dart

[Flutter] Game engine- Flame 링크

VintageappMaker 2023. 3. 4. 10:02

Flutter의 engine인 Flame은 쉽게 멀티플랫폼 게임을 만들 수 있는 엔진이다. 단지 dart와 Flutter를 사용할 줄 안다면 커다란 진입장벽없이 게임을 개발할 수 있다. 

 

🐍 개발자 문서 - 시작하기

 

Getting Started — Flame

Warning: you are currently viewing the docs for an older version of Flame. Please click here to go see the documentation for the latest released version.

docs.flame-engine.org

🐍 패키지 소개

 

 

 


🐍 초간단 게임만들기 튜토리얼

 

Building Games in Flutter with Flame: Getting Started

Learn how to build a beautiful game in Flutter with Flame. In this tutorial, you’ll build a virtual world with a movable and animated character.

www.kodeco.com

 

🐍 초간단 게임만들기 튜토리얼

 

Comments