\documentclass{article}

% \renewcommand{\baselinestretch}{2}
% \setlength{\textheight}{10in}
% \setlength{\topskip}{1in}
% \pagestyle{myheadings}
% \markboth{Text}
\usepackage{fullpage}
\usepackage{graphicx}

\def\Nat{{\rm I\kern-.17em N}}
\def\SFF{\hbox{I\kern-.09em\hbox{I}}}
\newcommand\Bezier{B\'{e}zier }

\newenvironment{code}
        { \tt
        \begin{tabbing}xxxx\=xxxx\=xxxx\=xxxx\=xxxx\=xxxx\=\kill
        }
        {
        \end{tabbing}
        }

\begin{document}

\begin{minipage}{3in}
\begin{center}
\huge \bf My Project Title  %%%%% CHANGE TO TITLE OF YOUR PROJECT
\end{center}
My Name\\  %%%%% CHANGE TO YOUR NAME
My UserID\\  %%%%% CHANGE TO YOUR USERID
My StudentID\\  %%%%% CHANGE TO STUDENTID
\end{minipage}
\begin{minipage}{3in}
%%%% Use the first of these if your image is wider than tall; use the
%%%% second if your image is taller than it is wide.
%\includegraphics[width=4in]{file.png}   %%%% Change file.png to your image
\includegraphics[height=3in]{image2-FRONT.png}   %%%% Change file.png to your image
\end{minipage}


\subsection*{Polish/Artistry/Humour}
\vfill
\subsection*{Algorithms/User Interface/Graphics Techniques}
\vfill
\subsection*{Difficulty}
\vfill
\subsection*{Code/Documentation/Demo}
\vfill
\subsection*{Mark}
\begin{center}
\begin{tabular}{lr}
Objective Mark: &~~/10\\
Subjective Mark: &~~/10\\
\hline
Total &~~/20
\end{tabular}
\end{center}
\end{document}
