Define six-month MVP scope

This commit is contained in:
2026-05-15 03:43:34 -07:00
parent 77a4517d77
commit de5b7b6dd9
3 changed files with 283 additions and 8 deletions
+8 -8
View File
@@ -134,7 +134,7 @@ milestones such as `0.01`, `0.1`, `0.6`, and `1.0`.
## Active Milestone - Version 0.01 Foundation Baseline
Status: in progress.
Status: completed.
Purpose: establish the project in GitHub, prove Windows builds from a clean
checkout, and create the first C++ gameplay foundation for survival, inventory,
@@ -279,15 +279,15 @@ Current tooling decisions:
## 0.5 MVP Definition
- [ ] Define what qualifies as the 6-month MVP.
- [ ] Define what will not be included in MVP.
- [ ] Define target player count for MVP test.
- [x] Define what qualifies as the 6-month MVP.
- [x] Define what will not be included in MVP.
- [x] Define target player count for MVP test.
- [x] Select the real-world "Ground Zero" 1 km x 1 km MVP tile.
- [x] Define target map size for MVP around the Ground Zero tile.
- [x] Define MVP biome.
- [x] Define acceptable real terrain accuracy for MVP.
- [x] Define acceptable real bathymetry/ocean-depth handling for MVP if Ground Zero is coastal.
- [ ] Define acceptable first-pass biome/resource accuracy for MVP.
- [x] Define acceptable first-pass biome/resource accuracy for MVP.
- [x] Define MVP day/night length.
- [x] Define survival pressure target.
- [x] Define basic success loop.
@@ -1415,7 +1415,7 @@ The first playable MVP is not complete until:
Use this list to restart from the top of the roadmap before continuing into
newer gameplay and weather work.
Current version: `0.01 Foundation Baseline`
Current version: `0.1 Foundational Survival MVP`
Earliest incomplete foundation items:
@@ -1438,9 +1438,9 @@ Earliest incomplete foundation items:
- [x] Create economy and AGR design document.
- [x] Create art direction, UX/HUD direction, coding standards, Blueprint standards, and asset/folder naming standards.
- [x] Organize `Content/Agrarian/` root folder and remove unused starter variant content.
- [ ] Define what qualifies as the 6-month MVP and what is explicitly excluded.
- [x] Define what qualifies as the 6-month MVP and what is explicitly excluded.
- [x] Define MVP day/night length, survival pressure target, success loop, failure conditions, first playable internal milestone, and closed-test readiness criteria.
Immediate next item:
- [ ] Define what qualifies as the 6-month MVP and what is explicitly excluded.
- [ ] Decide first-person, third-person, or hybrid camera.