Video summary

How to Prototype Games so FAST that it feels ILLEGAL

Main summary

Key takeaways

Gaming

Storyline / Concept

  • The video focuses on how to prototype games quickly, rather than the full narrative of a completed game.
  • The prototypes shown all follow a simple “survive / collect / progress” loop:
    • Prototype 1: Enter a room → collect items → avoid obstacles / hostile “aggro” enemy → use interactions (e.g., talk/attack) → move to the next room.
    • Prototype 2: Builds on the same core loop with upgrades:
      • Rooms become an outdoor level
      • Adds walking animation and level traversal
      • Introduces a block/obstacle system where collecting the right items moves blocks to open the path forward.
  • The “teased” main project (planned for release) is described as a Unity 3D game that meets three criteria:
    • fun
    • within knowledge
    • doable realistically
  • The subtitles do not provide detailed plot specifics—only that the project is progressing well.

Gameplay Highlights / What’s Emphasized

  • Core gameplay loop prototypes
    • Collecting items is directly tied to progression (e.g., collecting triggers moving blocks).
    • Early combat/interaction placeholders exist (talking, attack function, hostile enemy behavior).
  • Incremental improvement
    • Prototype 1 is extremely bare-bones (even missing animations like walking).
    • Prototype 2 improves traversal and presentation (walking animation and clearer level behavior).
    • The main teased project is built after successfully applying the same approach.

Strategies / Key Tips for Faster Prototyping

The creator repeatedly emphasizes a 3-part approach, learned through rapid iteration over roughly 2 months:

  1. Test ideas fast using three guiding questions

    • Ask:
      • Is it fun?
      • Is it within your scope of knowledge?
      • Can you realistically build it on your timeline?
    • Get feedback from trusted people.
  2. Break everything into granular tasks

    • Decompose the project repeatedly into very small steps, down to specific systems.
    • Example tasks mentioned:
      • Build player input (forward/back movement first; ignore sides initially)
      • Get physics working (scope-dependent)
    • Benefits:
      • Reveals what’s “fat” (time-consuming complexity) that can be cut
      • Clarifies what’s “big” vs. “small”
      • Highlights missing areas where you can add more value
  3. Use super specific deadlines for those granular tasks

    • Pairing deadlines with broken-down tasks creates:
      • freedom of focus
      • the ability to work on what matters “right now”, because other work is assigned later
    • Claimed result: prototypes at “breakneck speed.”

Progress Timeline (as described)

  • Over about 2 months, the creator prototyped three separate ideas that fed into the final project.
  • Timeline:
    • Early December: Prototype 1 (very bare-bones)
    • End of December → Middle of January: Prototype 2 (adds walking, level traversal, block-moving mechanics)
    • End of January → early weeks after: Using deadlines + task breakdown to create a 3D Unity game in ~3–5 weeks (with 3–4 weeks also stated)

Gamer / Sources Featured

  • Edward Laar — YouTube channel (credited for guidance)
  • Mike at Faith draw Studios — credited for helping/keeping the creator capable

(No other gamers/sources are named in the subtitles.)

Original video