QA Testing: Doom System & Victory Conditions
Work through the Doom System and Victory Conditions sections of QA_CHECKLIST.md.
What to test
- Doom increases with unsafe actions, decreases with safety research
- Doom velocity and momentum in debug overlay
- Doom status text accuracy (Stable, Rising, etc.)
- Game over at Doom 100
- Victory condition tracking and progress display
- Victory screen on win
How to run
- Clone the repo and open
godot/project.godot in Godot 4.5.1
- Press F5 to run, use debug overlay (~) to monitor doom values
- Use debug controls to accelerate testing (add money, trigger events)
- See
CONTRIBUTING.md for full setup instructions
How to report
- Comment on this issue with a summary of items passed/failed/untestable
- For each bug found, create a separate issue using the QA Bug Report template
QA Testing: Doom System & Victory Conditions
Work through the Doom System and Victory Conditions sections of
QA_CHECKLIST.md.What to test
How to run
godot/project.godotin Godot 4.5.1CONTRIBUTING.mdfor full setup instructionsHow to report