Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![uv](https://img.shields.io/badge/uv-package%20manager-blueviolet?logo=uv)](https://docs.astral.sh/uv/)
[![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)

**BMGD brings BMad's structured development to game development.** Create working prototypes quickly in Unity, Unreal, Godot—or any engine you choose.
**BMGD brings BMad's structured development to game development.** Create working prototypes quickly in Unity, Unreal, Godot, Roblox—or any engine you choose.

![BMGD Logo](docs/bmgd-logo.png)

Expand All @@ -21,6 +21,7 @@ BMGD has first-class support for:
- [Unity](https://unity.com) — C# scripting, industry-standard for many game types
- [Unreal Engine](https://www.unrealengine.com/) — Blueprint and C++, AAA powerhouse
- [Godot](https://godotengine.org/) — Open-source, GDScript, rapidly growing
- [Roblox](https://www.roblox.com/create) — Luau scripting, platform-native game development

But you're not limited to these—BMGD works with any platform, from pure C to custom engines.

Expand Down
Loading