336. Lesson identity
337. Learning objective
After this lesson, you can represent one bounded screen that supports one readable player loop and explain what changes after the player acts.
338. Why this matters
A bounded space makes design decisions visible. When the area is small, you can inspect whether the player knows where to act, what response to expect, and what has changed afterward. This also keeps the first level from becoming a collection of rooms, props, and imagined systems. The goal is not to sketch a large world; it is to create one complete, testable lesson for the player.
339. Prior knowledge
You should already be able to describe a room as a lesson: identify the player’s attention target, the constraint that shapes movement, and the perceptible change caused by an action. This lesson builds on 1.7 — Level design, The room is a lesson. No engine work or project editing is required.
If you inspect an AI-generated screen layout, treat it as a hypothesis to audit, not as a finished design. Mark or describe the boundary, question, constraint, action, response, and change; identify any missing or conflicting relationship; and revise the representation before considering it valid.
340. Core concept
Bounded space means deliberately limiting the playable area so one action-and-response relationship can be understood without relying on future rooms or unexplained systems.
A screen is not merely a camera rectangle. It is a complete design boundary. Everything necessary for the intended loop must be visible, inferable, or deliberately withheld for a clear reason. If the loop only works after adding another room, a second objective, or several unintroduced mechanics, the screen is not yet doing one job well.
A useful bounded screen contains:
- one primary objective or immediate question;
- one meaningful constraint, such as a blocked route or limited position;
- one action the player can recognize and attempt;
- one response that confirms or denies the action;
- one perceptible change that informs what the player does next.
341. Mental model
Use this screen audit:
| Element | Design question |
|---|---|
| Boundary | What is inside this screen, and what is intentionally outside it? |
| Question | What should the player wonder or try first? |
| Constraint | What prevents the first obvious path from being automatic? |
| Action | What can the player do that addresses the question? |
| Response | What immediately communicates the result? |
| Change | What is different after the response? |
| Again | How does that difference inform another attempt or enable the player’s next action? |
The loop is:
ACT → RESPOND → CHANGE → AGAIN
- ACT: The player attempts a meaningful action.
- RESPOND: The space communicates the result.
- CHANGE: The situation, access, position, or opportunity becomes different.
- AGAIN: The player either makes another informed attempt within the same interaction relationship or takes the next action made possible by the changed state.
AGAIN does not always mean repeating the identical input. It means that the response and change give the player a reason to act with updated information. A strong screen does not need many objects; it needs a relationship that supports this progression.
342. Concrete example
Imagine a single-screen service corridor. A visible exit is blocked by a shutter. A maintenance switch is on the opposite side of a narrow obstruction. The player walks around the obstruction, activates the switch, and perceives the shutter rise. That response changes access to the exit. The player can then act again with updated information by crossing the newly opened route.
In this example, AGAIN is the next action enabled by the changed state, not a second activation of the switch. If the switch instead changed the obstruction’s position and invited another attempt to navigate around it, AGAIN would be another informed attempt within the same interaction relationship.
The screen has one job: teach that the switch changes access. It does not also need an inventory, patrol system, dialogue tree, secret room, crafting station, or second objective. Those additions may be valid elsewhere, but they would weaken this bounded lesson.
343. Common mistake
The common mistake is treating “one screen” as a visual limit while allowing the design to depend on an entire imagined game. A representation may fit on one page and still contain five objectives, several mechanics, unexplained states, and a promise that another room will make the current one meaningful.
A bounded screen is not successful merely because it is small. It is successful because the player can act, receive a readable response, observe a change, and then make another informed attempt or take the next action enabled by that change without requiring a separate system to explain the result.
344. Guided practice
Represent one bounded screen. You may use a hand-drawn layout, an accessible digital diagram, a tactile layout, a numbered grid, or a structured spatial description.
- Define the boundary and identify the intended entry point and exit or completion point.
- State one primary question the player should have.
- Add exactly one meaningful constraint.
- Add one action that addresses the question.
- Represent or describe the immediate response to that action.
- Identify what changes after the response.
- Trace or describe ACT → RESPOND → CHANGE → AGAIN. State whether AGAIN is another informed attempt within the same interaction or the next action enabled by the changed state.
- Remove any object or idea that does not support the one loop.
- Identify one concrete risk that could expand the screen beyond its bounded loop, such as adding a second objective or another room to compensate for an unclear action-response relationship.
- Choose whether the change affects access, position, or opportunity, and explain why that choice communicates the loop more clearly than the other two options.
The risk and the readable choice are connected to the bounded loop. The risk tests whether the screen can remain complete inside its boundary. The choice makes the CHANGE phase concrete enough to support AGAIN without adding new spaces or systems.
Do not add another room to solve an unclear relationship. If the screen appears to need one, first ask which required element is missing inside the boundary.
345. Validation / evidence
Your primary practical assessment is one accessible representation of the bounded screen plus a short recorded explanation. The explanation may be written, typed, audio-recorded, or supplied through another accessible format. Together, the artifact and explanation must contain:
- the one player question;
- the one constraint;
- the player action;
- the response the player can perceive;
- the specific change after the action;
- whether AGAIN means another informed attempt or the next action enabled by the change;
- the reason that attempt or next action is possible;
- the object or idea removed to keep the screen bounded;
- one identified risk of scope expansion and the decision that prevents or contains it;
- one identified choice among access, position, or opportunity, with a reason it makes the change readable.
The risk is valid evidence when it names a concrete way the design could escape the boundary and shows how the single loop avoids that expansion. The change choice is valid evidence when another person can identify which state changes and connect that change to another informed attempt or to the next enabled action.
The representation passes when another person can locate or identify every required element from the submitted artifact and its recorded labels or explanation, without depending on an unrecorded explanation from you. Visual pointing is not required. A reviewer may inspect a drawing or digital diagram, read a numbered grid or structured spatial description, or examine a tactile layout using its recorded key.
The reviewer must also be able to identify the scope risk, the selected change type, what AGAIN means in this design, and why the change supports it. If the reviewer cannot identify what changes or how that change informs the player’s next action, revise the bounded screen rather than expanding it. The attached knowledge check is supplementary; it does not replace the practical artifact.
346. Key takeaways
- A bounded screen is a complete design boundary, not only a camera boundary.
- One screen should prioritize one readable player question and one meaningful loop.
- The loop is ACT → RESPOND → CHANGE → AGAIN.
- AGAIN means either another informed attempt within the interaction or the next action enabled by the changed state.
- A named scope risk helps prevent the screen from expanding into future rooms or systems.
- A readable change to access, position, or opportunity makes the next action understandable.
- The evidence may use visual, tactile, spatial, or structured textual formats as long as another person can identify every required element from the recorded submission.
347. Next lesson
Continue to 1.8 — Tutorials. Your annotated or otherwise recorded screen and its readable state change will become the basis for writing two observable success criteria for onboarding the Stage 1 loop.
348. Knowledge check
The attached knowledge check is supplementary. Use it to reinforce the distinction between a bounded screen and a small space that still depends on too many systems or future areas; use the accessible screen representation as the primary practical assessment.
349. Knowledge check
Answer these items for yourself before reading the answers.
What makes a screen bounded in the design sense?
Show answer and feedback
Answer: It supports one readable player loop without depending on unexplained future spaces or systems.
Why: A bounded screen is defined by the completeness and readability of its loop, not by its visual size or asset count.
Which sequence should the learner use to audit the screen’s loop?
Show answer and feedback
Answer: ACT → RESPOND → CHANGE → AGAIN
Why: The audit uses ACT → RESPOND → CHANGE → AGAIN. AGAIN can mean another informed attempt within the same interaction or the next action enabled by the changed state.
Which addition most clearly violates the one-screen purpose?
Show answer and feedback
Answer: A second objective that requires an unexplained inventory and a future room.
Why: A second objective that depends on unexplained systems and future space expands the design beyond one bounded, readable loop.
What should you do first if the screen only becomes meaningful after adding another room?
Show answer and feedback
Answer: Identify which required loop element is missing inside the boundary.
Why: First inspect the bounded design and find the missing question, constraint, action, response, change, or supported next action before expanding its scope.