v3.0.0
piecemeal
您2D遊戲的基本資料結構。
7喜歡 99近 30 天下載140Pub 分數
AndroidiOSWebmacOSWindowsLinux
您的2D Dart遊戲可能需要的基本資料結構。
以下為英文專案原文快照,最新內容請造訪 GitHub。
Piecemeal is a small Dart library of low-level utility types aimed at 2D games. In particular, I harvested it from my roguelike Hauberk.
Add it to your package's pubspec:
dependencies:
piecemeal: any
Import it:
import 'package:piecemeal/piecemeal.dart';
Piecemeal comes with a unit test suite. From the root directory of piecemeal, run:
dart --checked test/run_all.dart