Intent guide
What Game Should You Make First?
The best first project is not simply the easiest genre. Choose an idea with one complete loop, one deliberate stretch skill, and a dependency shape you can finish.
The sixty-second answer
Make the idea that closes one complete loop with one dominant verb, a visible goal, a readable result, repeatable re-entry, and an explicit finish line. The best first project is not automatically the smallest genre label or the simplest-looking pitch.
Use skills you already have for most of the loop, then choose one stretch skill worth learning. If several unfamiliar systems must work together before the player can finish one attempt, choose a thinner project shape.
- Unity Learn: Game DesignUse the official planning exercise to turn a broad idea into a clear player experience and design statement.
Score the dependency shape, not the fantasy
Read each row as an editorial decision, not a fake numeric grade. Strong means the loop can stand on a small, direct foundation. Caution means one dependency needs a bounded proof. Stop means several systems must arrive together before the idea becomes testable.
An invented board-clear puzzle can be a stronger first project than an equally small-looking crafting world because the board can prove its verb without inventory, progression, world content, and persistence.
- Unity Learn: Plan and scope your prototypeUse prototype planning to identify the smallest evidence needed before production breadth.
Compare project shapes without ranking genres
The table does not say one genre is better than another. It compares how much must exist before a first-time developer can test the central promise. The same genre can move between Strong, Conditional, and Poor when its dependency shape changes.
For example, a small arena challenge becomes thinner when it uses one authored encounter and local rules. It becomes much heavier when the same pitch requires online teams, persistent loadouts, rotating content, and service operations.
Feature words are dependency bundles
Words such as online, co-op, persistent, procedural, and open world do not add one feature. Each word pulls in technical, content, testing, recovery, and support responsibilities.
Trace the invented shared-survival pitch below. If the player promise fails when one branch is removed, that branch is not optional polish. It belongs to the minimum dependency cost of the idea.
Cut before code turns options into obligations
Move every idea into Keep, Cut, or Later before implementation. Keep only what proves the loop and its finish line. Cut dependencies that create another product. Park useful breadth until the core result is readable.
The illustrative Pocket Courier case shows the move: preserve the deliver-and-dodge loop, then remove the connected world and content factory from the first proof.
Choose, then hand the winner to scope
Choose the idea only when every checkpoint below has a concrete answer. A Conditional idea can still win when its one stretch skill is explicit and the rest of the loop remains direct.
The next step is not more ideation. Hand the chosen loop to the first-game guide and reduce it into a publishable first session, a cut list, and a ship decision.
- Unity Learn: Planning a GameContinue with the official planning unit after the idea and its dependency boundary are explicit.
Continue into the graph
These guides and lessons deepen the decisions on this page. Each link includes why it matters next.
Game Design foundations
Use this path when the loop, player goal, or decision promise is still unclear.
Unity Engine Foundations
Use this path when the dependency risk comes from engine structure and ownership.