I’ve been reviewing how I collect feedback on small game prototypes, and I keep running into the same problem.
A tester says something like:
I got stuck here.
The tutorial was confusing.
Something broke after I clicked this.
I wasn’t sure what the game wanted me to do.
The comment may be valid, but by the time I read it I’m usually missing most of the context:
which build they were playing;
where they were in the game;
what happened immediately before the problem;
what they expected to happen;
whether it happened once or consistently;
their device, browser or operating system;
a screenshot, short recording or log.
At that point, collecting feedback is not really the difficult part. The difficult part is turning vague comments into something reproducible and deciding which issues matter across multiple testers.
For small projects, I’ve mostly seen people use some combination of Discord, Google Forms, email, itch.io comments and spreadsheets. These are easy to set up, but the information tends to become fragmented quickly.
I’m interested in how other solo developers and small teams handle this in practice.
Do you give testers a structured form, ask them to record the whole session, add an in-game reporting button, or simply talk to each tester afterward?
Which part of the process causes the most work for you:
finding suitable testers;
distributing and tracking different builds;
collecting enough context;
reproducing reported problems;
grouping duplicate feedback;
separating useful feedback from personal preference?
I’m considering building a lightweight internal workflow for my own projects that records the build version, timestamp, screenshot, device details, expected result and actual result, then exports a clean Markdown or GitHub issue.
Before spending time on it, I want to understand whether this is a recurring problem for other developers or whether existing forms and issue trackers already solve it well enough.
I’d be especially interested in hearing about the last playtest report that was difficult to act on and what information was missing.