Skip to content
Snippets Groups Projects
ProblemStatement.tex 3.33 KiB
Newer Older
  • Learn to ignore specific revisions
  • 's avatar
    add
    committed
    \documentclass{article}
    
    \usepackage{tabularx}
    \usepackage{booktabs}
    
    's avatar
    committed
    \usepackage{xcolor}
    
    's avatar
    add
    committed
    
    
    's avatar
    committed
    \title{SE 3XA3: Problem Statement\\ \textbf{\textcolor{red}{Snake 2.o}}}
    
    's avatar
    add
    committed
    
    \author{Team \#30, VUA30
    		\\ Usman Irfan - irfanm7
    		\\ Andy Hameed - hameea1
    		\\ Vaibhav Chadha - chadhav
    }
    
    \date{2018-09-21}
    
    \usepackage[left=2cm, right=5cm, top=2cm]{geometry}
    
    \begin{document}
    
    \begin{table}[hp]
    \caption{Revision History} \label{TblRevisionHistory}
    \begin{tabularx}{\textwidth}{llX}
    \toprule
    \textbf{Date} & \textbf{Developer(s)} & \textbf{Change}\\
    \midrule
    2018-09-20 & Vaibhav & Made the LaTeX file and wrote the section with what the Problem is\\
    2018-09-20 & Usman & Added the Importance of Problem section while formatting the LaTeX\\
    2018-09-21 & Andy Hameed & Formatted LaTeX file and added Context section, giving the final editing to the document\\
    
    \textcolor{blue}{2018-10-09} & Andy Hameed & Edited doc to reflect web app to desktop app decision change\\
    
    's avatar
    committed
    \textcolor{red}{2018-12-02} & Vaibhav Chadha & Revision one changes to make the document better.\\
    
    's avatar
    add
    committed
    \bottomrule
    \end{tabularx}
    \end{table}
    
    \newpage
    
    \maketitle
    
    \subsection*{The Problem}
    
    
    Almost everyone nowadays relies on a computer as a multipurpose tool for research, video streaming, gaming and many other tasks. With the emergence of fast computing, gaming has become a popular pastime activity and a source of entertainment for many. However, not everyone has a device powerful enough to support extensive game applications. A simple, memory efficient application of the Snake game allows it to be accessible for gamers without the need for extensive hardware or a high-performance computer. \textcolor{blue}{Our team, VUA30, will be creating a desktop application for the well-known Snake game with new enhancements and features. This competitive and addictive game can allow the user to play at \textcolor{red}{different levels and challenge their own highscore} }
    
    's avatar
    add
    committed
    
    \subsection*{Importance of the Problem}
    
    
    Buying a computing device with high storage and faster performance can be out of budget. Complicated software covers up all the storage and the user is bound to use these applications as opposed to downloading other software. The importance of the redevelopment of The Snake is to save computing \textcolor{red}{device's} personal storage and allow the user to play a game 24/7 with strong performance, even offline. \textcolor{blue}{Creating a desktop version of the snake game can fit into the category of downloadable calssical games such as the solitaire suite. The recreation of this game will allow the user to enjoy the classical game anytime and anywhere as long as they have installed the application. Improving aspects such as graphics and custom speed will also make the game more interesting. We would like to add more features to the game to make it more customizable and help people enjoy the classical game in an exciting and new way.}
    
    's avatar
    add
    committed
    
    
    \subsection*{Context}
    
    Hameed Andy's avatar
    Hameed Andy committed
    The stakeholders are mainly the gaming audience, the older generation of game enthusiasts, youth and teens. Although the game can be played by anyone, it is targeted towards the audience mentioned above who are most invested in the game. The environment is native app development using Python and the Pygame library. This provides less flexibility than web API's but there still exists many useful Python libraries which can be used such as Pygame. 
    
    's avatar
    add
    committed
    
    \end{document}