diff --git a/Doc/ProblemStatement/ProblemStatement.pdf b/Doc/ProblemStatement/ProblemStatement.pdf index da740534849565c37da3d8281f770afc38209eeb..4fc86060213f9b0e7a067f368dff3e420d21ec2e 100644 Binary files a/Doc/ProblemStatement/ProblemStatement.pdf and b/Doc/ProblemStatement/ProblemStatement.pdf differ diff --git a/Doc/ProblemStatement/ProblemStatement.tex b/Doc/ProblemStatement/ProblemStatement.tex index 202635cb79725c5c81e690b02cf71d3c72f30ca1..6ba6e243f2df3ef45ec114f994fc9a93a4472e71 100644 --- a/Doc/ProblemStatement/ProblemStatement.tex +++ b/Doc/ProblemStatement/ProblemStatement.tex @@ -3,13 +3,12 @@ \usepackage{tabularx} \usepackage{booktabs} -\title{SE 3XA3: Problem Statement\\Untitled} +\title{SE 3XA3: Problem Statement \\ Mini-Arcade \\{\large Lab 1, Team \#4, Mini-Arcade}} -\author{Team \#4, Undetermined - \\ Andrew Hum | huma3 - \\ William Lei | leim5 - \\ Arshan Khan | khana172 - \\ Jame Tran | tranj52 +\author{Andrew Hum \\ huma3 \\ 400138826 \and + William Lei \\ leim5 \\ 400125240 \and + Arshan Khan \\ khana172 \\ 400145605 \and + Jame Tran \\ tranj52 \\ 000000000 } \date{January 24, 2019} @@ -17,42 +16,60 @@ % \input{../Comments} %Cannot find a comments file in the parent directory \begin{document} +\maketitle +\newpage + +\tableofcontents +\newpage + + \begin{table}[hp] -\caption{Revision History} \label{TblRevisionHistory} +\section{Revision History} \label{TblRevisionHistory} \begin{tabularx}{\textwidth}{llX} -\toprule +\hline \textbf{Date} & \textbf{Developer(s)} & \textbf{Change}\\ -\midrule -1/21/2020 & Andrew Hum & Format document and begin initial draft.\\ -Date2 & Name(s) & Description of changes\\ +\hline +1/21/2020 & Andrew Hum & Brainstorming.\\ +\hline +1/22/2020 & Andrew Hum & Document Formatting\\ +\hline +1/22/2020 & Arshan Khan & Document Formatting.\\ +\hline ... & ... & ...\\ -\bottomrule +\hline \end{tabularx} \end{table} \newpage -\maketitle +\section{Problem Statement} +\subsection{What problem are you trying to solve?} +The purpose of a game is to entertain the user however, the term entertain is broad with different interpretations and meaning based on each individual. For us, we determine a game's entertainment value through attention-grabbing features, high-quality graphics and smooth performance with minimal lag. The original project we are recreating contained simple mini-games with minimal features and low-quality graphics. Our goal is to completely redesign these simple mini-games to capture the user's entertainment through aesthetically pleasing, multi-feature mini-games and a central hub to launch these games from for ease of access. + +\subsection{Why is this an important problem?} + +\subsection{What is the context of the problem you are solving?} Redesign simple Python games to increase the graphics and complexity. -Alongside the redesign, there will be a new launcher. +Alongside the redesign, there will be a new launcher. - A clear concise description of the issues that need to be addressed by your team - What problem are you trying to solve? Not how you are going to solve the problem -Currently, we have a collection of very simple minigames that can be played by launching each game individually. These games have -low graphics quality, minimal features and poor performance. To play a game, you have to launch them using a Linux subsystem, and each +Currently, we have a collection of very simple mini games that can be played by launching each game individually. These games have +low graphics quality, minimal features and poor user interface. To play a game, you have to launch them using a Linux subsystem, and each game must be launched individually. - Why is this an important problem? -It is a univeral fact that games should be entertaining, with smooth performance. We want these simple minigames to provide said +It is a universal fact that games should be entertaining, with smooth performance. We want these simple mini games to provide said entertainment to the users, as well as ease of access. - What is the context of the problem you are solving? - Stakeholders? - Software environment? + %\wss{comment} @@ -64,4 +81,4 @@ entertainment to the users, as well as ease of access. %\mh{comment} -\end{document} \ No newline at end of file +\end{document}