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