Skip to content
Snippets Groups Projects
Commit 731c8c1b authored by Andrew Hum's avatar Andrew Hum
Browse files

Rough draft and formatting complete.

parent 180350a4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment