This document gives a general specification for a game design document, including what to turn in and how to turn it in.
Your design document should be a git repository containing an HTML5 document (named index.html
) and any page prerequisites (e.g. images, stylesheets) needed to display that document.
index.html
-- the design document*.css/*.png/...
-- images or stylesheets used by index.htmlYour design document should contain (approximately in this order):
A design document is not a specification -- it can leave some things unsaid -- but it should give a clear idea of how the game works, including goals, controls, and win/loss conditions.
Please use the default design documents as reference.
E-mail a link to the repository containing your design document to Jim using the link provided in the assignment. Generally, the e-mail address will be jmccann+gameNdesign@cs.cmu.edu
, with the proper game number filled in.