Skip to content
Snippets Groups Projects
Commit 3f6b8f52 authored by Hameed Andy's avatar Hameed Andy
Browse files

module naming changed

parent 50d2348b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -175,11 +175,14 @@ actually be implemented.
\begin{description}
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Hardware-Hiding Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Input Format Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Interface Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Snake Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Food Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Themes Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Software Design Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] init Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] highscore Module
\item [\refstepcounter{mnum} \mthemnum \label{mHH}:] Gameplay Module
\end{description}
......@@ -205,7 +208,7 @@ actually be implemented.
\end{tabular}
\caption{Module Hierarchy}
\label{TblMH}
\end{table}//
\end{table}
\section{Connection Between Requirements and Design} \label{SecConnection}
The Design of the software product was designed to meet the functional and non-functional
......@@ -270,7 +273,7 @@ selected.
\end{description}
\subsubsection{Input Format Module}
\subsubsection{Interface Module}
\begin{description}
\item[Secrets:] Input Data
......@@ -306,6 +309,24 @@ user events.
\item[Implemented By:] Pygame library
\end{description}
\subsubsection{Gameplay Module}
\begin{description}
\item[Secrets:] gameplay
\item[Services:] connects different modules to the Pygame event functionality and
creates movement of snake around window.
\item[Implemented By:] Pygame library
\end{description}
\subsubsection{highscore Module}
\begin{description}
\item[Secrets:] counting highscore
\item[Services:] provides highscore of player on a separate menu
after initial start menu.
\item[Implemented By:] Pygame library
\end{description}
\subsection{Software Decision Module}
\begin{description}
......
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