Game Design Document - MakeSchool-Tutorials/Game-Design-Documents GitHub Wiki

Table of Contents


Game Design

Objective

[explain the goal of the game]

Gameplay Mechanics

[detail the game mechanics, do not include anything about theme/artwork]

Level Design

[describe what a typical level or puzzle would look like]

Back to top ^


Technical

Scenes

  • [list the different scenes/screens used in the game]

Controls/Input

[describe the control scheme used in the game]

Classes/SKS

  • Classes
    • [list classes needed and some basic information about required implementation]
  • SKS
    • [list SKS files you will need to create]

Back to top ^


MVP Milestones

[The overall milestones of first playable build, core gameplay, and polish are just suggestions, plan to finish earlier if possible. The last 20% of work tends to take about as much time as the first 80% so do not slack off on your milestones!]

Week 1

planing your game

  • [goals for the week]

Week 2

finishing a playable build

  • [goals for the week, should be finishing a playable game]

Week 3

  • [goals for the week]

Week 4

  • [goals for the week, should be finishing all core gameplay]

Week 5

starting the polish

  • [goals for the week]

Week 6

submitting to the App Store

  • [goals for the week, should be finishing the polish -- demo day on Saturday!]

Back to top ^