Skip to content

Commit e9d779e

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: simplify landing page to match BMAD-METHOD layout
1 parent c5b7152 commit e9d779e

1 file changed

Lines changed: 52 additions & 17 deletions

File tree

docs/index.md

Lines changed: 52 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,61 @@
11
---
22
title: Welcome
3-
description: BMad Game Dev Studio - Game development module for Unity, Unreal, and Godot
4-
template: splash
5-
hero:
6-
title: BMad Game Dev Studio
7-
subtitle: Game development (Unity, Unreal, Godot) module
8-
tagline: Build games faster with AI-powered workflows for Unity, Unreal Engine, and Godot.
9-
actions:
10-
- text: Get Started
11-
link: /tutorials/
12-
variant: primary
13-
- text: View on GitHub
14-
link: https://github.com/bmad-code-org/bmad-module-game-dev-studio
15-
variant: minimal
3+
description: BMad Game Dev Studio - Game development workflows for Unity, Unreal, and Godot
4+
---
5+
6+
# BMad Game Dev Studio
7+
8+
BMGD brings BMad's structured development to game development. Create working prototypes quickly in Unity, Unreal, Godot—or any engine you choose.
9+
10+
---
11+
12+
## Supported Engines
13+
14+
BMGD has first-class support for:
15+
16+
- **[Unity](https://unity.com)** — C# scripting, industry-standard for many game types
17+
- **[Unreal Engine](https://www.unrealengine.com/)** — Blueprint and C++, AAA powerhouse
18+
- **[Godot](https://godotengine.org/)** — Open-source, GDScript, rapidly growing
19+
20+
But you're not limited to these—BMGD works with any platform.
21+
22+
---
23+
24+
## What BMGD Does
25+
26+
- **Product Research** — Market analysis, competitor research, positioning
27+
- **Game Design Document** — Comprehensive GDD with mechanics, progression, and balance
28+
- **Narrative Design** — Story structure, characters, dialogue, world-building
29+
- **Technical Architecture** — Engine patterns, performance considerations
30+
- **Production Planning** — Epic-driven sprints, story tracking, retrospectives
31+
- **Quick Prototyping** — Skip the planning, jump straight into building
32+
1633
---
1734

1835
## Quick Start
1936

20-
[**Tutorials**](/tutorials/) - Step-by-step guides to build games with AI assistance.
37+
| Workflow | Purpose |
38+
|----------|---------|
39+
| `/bmgd-help` | Get guided help for game development |
40+
| `/bmgd-quick-dev` | Jump straight into prototyping |
41+
| `/bmgd-gdd` | Create a Game Design Document |
42+
| `/bmgd-narrative` | Design your game's story |
2143

22-
[**How-To Guides**](/how-to/) - Practical guides for specific game development tasks.
44+
---
45+
46+
## Quick Links
47+
48+
| Section | Purpose |
49+
| ------- | ------- |
50+
| **[Tutorials](/tutorials/)** | Get started with BMGD |
51+
| **[How-To Guides](/how-to/)** | Practical guides for specific engines |
52+
| **[Explanation](/explanation/)** | Learn how BMGD works |
53+
| **[Reference](/reference/)** | Technical reference |
54+
55+
---
2356

24-
[**Explanation**](/explanation/) - Learn how BMGD works under the hood.
57+
## Community
2558

26-
[**Reference**](/reference/) - Technical reference for configuration and options.
59+
- **[Discord](https://discord.gg/gk8jAdXWmj)** — Get help from other game devs
60+
- **[GitHub](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** — Source code and issues
61+
- **[BMad Method Docs](https://docs.bmad-method.org)** — Core framework documentation

0 commit comments

Comments
 (0)