v1.37.0flame
一个极简的Flutter游戏引擎,提供了一组相对独立的模块供您选择。
令人满足的怪物射击游戏
v1.37.0一个极简的Flutter游戏引擎,提供了一组相对独立的模块供您选择。
Forge2D(Box2D)支持 Flame 游戏引擎。此包使用 forge2d 包,并提供可在 Flame 中使用的包装器和组件。
一个用于应用内购买的 Flutter 插件。通过 App Store 和 Google Play 暴露了应用内购买的 API。
一个用于 Flutter 的低级音频插件,主要面向游戏和沉浸式应用。基于 SoLoud (C++) 音频引擎。
v0.30.0受旧式复古电子游戏机启发的 UI 库
一个基于 Box2D 的 Dart 2D 物理引擎,也适用于 Flutter 中的 Flame 游戏引擎
一个命令行工具,可简化更新 Flutter 应用启动图标的工作。
用于定义解析器的库,可将原始命令行参数解析为选项和值集合,使用 GNU 和 POSIX 风格选项。
本地化/国际化 (i18n) 解决方案。使用 JSON、YAML、CSV 或 ARB 文件通过源代码生成创建类型安全的翻译。
Flutter 对俚语的支持。此库提供有用的 Flutter API。
^1.8.1^0.19.0{"sdk":"flutter"}{"sdk":"flutter"}^4.0.2any^6.1.0^3.2.0^1.2.0^0.1.0^0.30.0^2.2.0^4.11.2any^1.0.0^0.6.0^2.5.0^6.0.0{"sdk":"flutter"}^11.0.1^3.0.0^0.20.2^3.1.0^3.1.2以下为英文项目原文快照,最新内容请访问 GitHub。
Ricochlime is a casual game for every platform where you defend yourself against waves of monsters with your ricocheting projectiles.
I originally built this game as something to do with my hands while I focused on lectures during my computer science degree. It's designed as a calm, relaxed alternative to the fast-paced, high-stimulation games that dominate the app stores.
You can play it online:
Web: Launch as web app
Or download it for your device:
Android: Get it on Google Play Get it on F-Droid Available at Amazon Appstore
iOS/macOS: Get it on the App Store Windows: Download for Windows Linux: Download on Flathub Get it as an AppImage
Game screen with a player at the bottom facing multiple monstersThis repo (excluding assets) is licensed under the AGPL-3.0 license.
Ricochlime uses third party works including audio assets, visual assets, and code packages, which are licensed independently.
All licenses are available in the app: Go to Settings >> App Info >> View Licenses.
Here is a non-exhaustive subset of those licenses:
| Asset | Purpose | License |
|---|---|---|
| Abstraction - Music Loop Bundle | Background music | CC0 |
| HitWood by NoisyRedFox | Sound effect | CC0 |
| Zelda-like tilesets and sprites by ArMM1998 (modified by me) | Sprite images | CC0 |
The game is made with the Flame game engine and Flutter, allowing it to be deployed to a wide variety of platforms from a single codebase.
I chose Flame because of its integration with Flutter. It is much easier to produce a good user interface in Flutter than with game engines like Unity.
Additionally, Flame is lightweight and performant, making it the best fit for a simple 2D game like this. Ricochlime launches in less than a second and easily runs at 60fps+ on low-end devices while sipping very little battery.
RICOCHLIME
├── assets Game assets
│ ├── audio Background music files
│ ├── google_fonts Fonts
│ ├── icon Icon variants for different platforms
│ └── images Spritesheets for the character, monsters, etc.
│
├── lib Main source code
│ ├── ads In-app purchase handling (ads were removed v1.11.6)
│ ├── flame Game engine specific code
│ ├── i18n Translations
│ ├── nes Retro themed components, extending from the nes package
│ ├── pages App pages (home, settings, etc.)
│ └── utils Misc code
│
├── patches Patches to remove development/proprietary code before publishing
├── scripts Development scripts (e.g. for generating icons or updating versions)
└── test Unit and widget tests
To build this project yourself, see BUILD.md.