-
Kunal Shah authoredKunal Shah authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
DevelopmentPlan.tex 4.58 KiB
\documentclass{article}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{hyperref}
\usepackage{color}
\title{SE 3XA3: Development Plan\\Ultimate Tic Tac Toe}
\author{Team 3, Tic Tac Toe
\\ Kunal Shah | shahk24
\\ Pareek Ravi | ravip2
}
\date{September 30 2016}
\input{../Comments}
\begin{document}
\maketitle
\tableofcontents
\newpage
Ultimate Tic Tac Toe is a variation on the classic game of Tic Tac Toe. It is
simply multiple games of Tic Tac Toe running simultaneously to make a classic
game that often ends in a draw have an exciting ending.
\section{Team Meeting Plan}
Our Team will be meeting 4 times a week; twice during lab hours and twice
outside of lab. Out of lab meetings will take place in a few locations such as
Thode Library, Health Sciences Library, team member?s homes or via online
mediums such as Skype. During each meeting minutes will be taken down.
This will recap what was done during the meeting, what we have done since the
last meeting and what we plan to accomplish before the next meeting.
\section{Team Communication Plan}
All team communication about setting group
meetings and project related communication will occur on the FaceBook messenger
group chat. Skype will be used to conduct ''virtual'' face to face meetings
outside of lab. Git issues will be used for setting milestones, delegating tasks
and reporting bugs in the program.
\section{Team Member Roles}
During every meeting one member (alternating) will
be the meeting facilitator. This role consists of fill out the \href{run:3XA3
Meeting Summary Template.docx}{\textcolor{blue}{meeting minutes word document}}
and saving a PDF copy to the git repository. Other Member roles are distributed
as follows:
\begin{itemize}
\item Kunal: Developer, LaTex Technology Expert, HTML, CSS Expert
\item Pareek: Developer,Git Technology Expert, Gantt Expert, JavaScript Expert
\end{itemize}
\section{Git Workflow Plan}
Our team will be using a Master only git workflow.
This means all code will be pushed to the master branch. Every milestone commit
will be tagged with its predefined identifier. If code that is currently work in
progress is pushed to the repository, it's commit message must indicate that with the
string "WIP". If there is code that is not working, it must have a git issue
linked to the commit.
\section{Proof of Concept Demonstration Plan}
The proof of concept demonstration will involve the fundamental game dynamics
fully working. This will include the logic to determine if a move is valid, if a
player has taken control of one inner board and if a player has won the entire
game. It will also have user inputs from the same local machine for up to 5
moves each. One possible difficulty is the testing with the Karma Unit Testing
tool as it is something that we have never used before. We hope to implement
this game using a local server so people can play the game on their own devices.
This will be an additional feature to add if the time frame permits it because
of the complexity of it. We do not foresee any difficulties in installing
external libraries. The aim is to have this application running on all forms of
devices; mobile, tablet and computer. With modifications to the CSS, this should
be achievable.
\section{Technology}
Technologies that will be used include:
\begin{itemize}
\item Git - Project version control
\item LaTex - Document preparation system
\item Javascript - Programing language for interactive effects within web browsers
\item HTML - Standard language for World Wide Web sites.
\item CSS - HTML Styling Language
\item JsDoc - Documentation generation system
\item Karma - Javascript Unit Testing system
\end{itemize}
\section{Coding Style}
The project shall be coded using the \href{https://google.github.io/styleguide/javascriptguide.xml}
{\textcolor{blue}{Google Javascript style guidelines}}
\section{Project Schedule}
Pointer to \href{run:Gantt Chart.gan}{\textcolor{blue}{Gantt Chart}}.
\section{Project Review}
\newpage
\begin{table}[hp]
\caption{Revision History} \label{TblRevisionHistory}
\begin{tabularx}{\textwidth}{llX}
\toprule
\textbf{Date} & \textbf{Developer(s)} & \textbf{Change}\\
\midrule
September 28 & Pareek Ravi & Initial Setup\\
September 28 & Pareek Ravi and Kunal Shah & Started on Development Plan\\
September 29 & Kunal Shah & Team Meeting Plan, Team Communication Plan and Team Member Roles\\
September 29 & Pareek Ravi & Proof of Concept Demonstration Plan , Gantt Chart\\
September 30 & Kunal Shah & Technology , Git Workflow Plan \\
September 30 & Kunal Shah & Coding Style and updated Technology\\
\bottomrule
\end{tabularx}
\end{table}
\end{document}