\documentclass[11pt]{article}
\usepackage[top=1cm, bottom=1cm, left=1cm, right=1cm]{geometry}
\renewcommand{\baselinestretch}{1.5}
\newcommand{\shortblank}{\rule{4cm}{.5pt}\ }
\newcommand{\medblank}{\rule{10cm}{.5pt}\ }
\newcommand{\longblank}{\rule{\linewidth}{.5pt}\ }
\newcommand{\mysp}{\vspace*{.4cm}\ }
\newcommand{\mymarks}[1]{\mbox{\small [#1 marks]}}

\pagestyle{empty}
\begin{document}
{\bf 2018 cmput396 \hfill asn5 \hfill submit in class on Nov 27 0800 \hfill 15 marks} 

\begin{enumerate}
\item \mymarks{1} {\bf Complete this page properly.
Each group (max size 4) submits only one assignment.}
Print the name and ID number of each group member
for this assignment:

\mysp\medblank

\mysp\medblank

\mysp\medblank

\mysp\medblank

{\bf Acknowledge all sources},
including all references and all
people not in your group with whom you discussed any part of any question
(for each discussion, list the relevant questions)
(continue on the back of this page if there is insufficient space).
If none, write {\em webnotes and lectures only}.

\mysp\medblank

\mysp\medblank

\mysp\medblank

\mysp\medblank

Each group member must read, agree to, and sign this statement:

{\bf I am familiar with the Code of Student Behaviour.
I understand that there are significant penalties
for any infraction of this Code,
including failure to acknowledge sources.
I have not shared any written or printed version of any
of my answers with any other student.}

\mysp\medblank

\mysp\medblank

\mysp\medblank

\mysp\medblank

\newpage
\item \mymarks{14}
{\bf Implement a solver or player for a puzzle or game.
Choose any puzzle or game that interests you.
Bring your program to class on the due date
to show the instructor and your classmates.
If you made a reasonable effort, you will get full marks.}

~

How many hours (per person, roughly) did you spend on this project?
\vfill

What game/puzzle did you pick?  Why?
\vfill

Did you implement a solver, or a player? Why?
\vfill

List each group member's contribution to the project.
\vfill
\vfill
\vfill
\vfill

%What do you like about your implementation? Why?
%\vfill

What part of this project was most difficult? %Explain.
\vfill

What part of this project was most rewarding? % Explain.
\vfill
%\item 
%Do you have any evidence that your algorithms are correct?
%Explain.
%\item 
%Do you have any evidence that your algorithm is efficient,
%ie.\ its runtime is reasonable?
%\vfill
%\item 
%Give examples that show that your algorithm
%performs well.
%\vfill
What ideas in this project are are original to you?
\vfill

What ideas are from others?  (acknowledge sources on page 1)
\vfill

If you had more time to work on 
this project, what would you do next?  %Explain.
\vfill~
\end{enumerate}
\end{document}
