Skip to content
Snippets Groups Projects
DevelopmentPlan.tex 986 B
Newer Older
\documentclass{article}

\usepackage{booktabs}
\usepackage{tabularx}

\title{SE 3XA3: Development Plan\\MineCraft}
\author{Group 307, 3 Craftsmen\\
		Hongqing Cao 400053625\\
		Sida Wang	 400072157\\
		Weidong Yang 400065354}
%\input{../Comments}

\begin{document}

\begin{table}[hp]
\caption{Revision History} \label{TblRevisionHistory}
\begin{tabularx}{\textwidth}{llX}
\toprule
\textbf{Date} & \textbf{Developer(s)} & \textbf{Change}\\
\midrule
Jan 27 & Hongqing & Adding team information\\
Date2 & Name(s) & Description of changes\\
... & ... & ...\\
\bottomrule
\end{tabularx}
\end{table}

\newpage

\maketitle

Put your introductory blurb here.

\section{Team Meeting Plan}

\section{Team Communication Plan}

\section{Team Member Roles}

\section{Git Workflow Plan}

\section{Proof of Concept Demonstration Plan}

\section{Technology}

\section{Coding Style}

\section{Project Schedule}

Provide a pointer to your Gantt Chart.

\section{Project Review}

\end{document}