Back to contents

Sample design notes: let feedback follow a choice

Sample text · Hypothetical scenarios, not Proca’s real projects, experience or published views.

After an input

This sample of gameplay design and technical reflection uses a hypothetical scene: a player approaches a mechanism, sends an interaction command and waits for a passage to open. The scene, mechanism and implementation are not confirmed project material. The discussion starts with a small question: after pressing the interaction key, how does the player know the game has received that choice?

In this example, that expectation could have two layers. One is whether the input was accepted; the other is whether the mechanism eventually opened. If the passage appears only after an action has played out, the interval belongs to the interaction too. The feedback question becomes specific: which changes need to be visible immediately, and which could unfold with the action?

Connect rules and presentation

One possible implementation sketch would describe the mechanism as waiting, running and complete, then list input conditions and visible feedback for each state. These states are only a tool for discussion; they do not prescribe an engine or architecture. The boundaries need explanation: what happens if the key is pressed again, if the character walks away, or if the action is interrupted before the passage opens?

Presentation could follow those boundaries. The mechanism might change pose when it accepts a command, remain visibly in motion while running, and show the changed passage as its completed result. These are options to explore, without implementation or test evidence. An actual technical note would also need to explain who updates the rule state, where presentation reads the result, and how cancellation or repeated input is handled.

Check before the next choice

Further checks for this example could begin with an ordinary interaction and an interrupted one, then look for conflicting outcomes under repeated input. The questions are whether a player can make the next choice from the result, and whether the image and the rules still describe the same event. There are no validation results, performance figures or adopted solutions here. A finished article would replace these assumptions with a real problem, its implementation and the limitations that remain.