\documentclass[12pt]{article}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\usepackage{graphicx,url}
\renewcommand{\baselinestretch}{1.5}
\newcommand{\instr}{{\bf writing} latex article
(12-point, geometry:3cm margins, linespread 1.25), bibtex,
at a level easily understood by a 2nd-year CS undergrad.}
\newcommand{\grade}{{\bf grading} 
poor $\leq$ 65\%,
ok 65$-$75\%, 
good 75$-$85\%, 
publishable $\geq$ 90\%.}

\pagestyle{empty}
\begin{document}
\hfill{\large\bf 2026 CMPUT 670 project}\hfill\ 

{\bf Implement a computer program}
(solver, player, visualizer, tutor, analyser or other app)
or {\bf explore an open research problem}
related to a particular combinatorial game or 
to combinatorial game theory.
{\bf Before you start, check with me that your project is appropriate.}
\instr\ 
\grade\ 

\section*{2-page proposal}

\begin{itemize}
\item
is this a player, solver, visualizer, tutor, 
research exploration, or something else?
why is it of interest to you?
how is it relevant to CGT?
why is it interesting to others?
what do you hope to accomplish?
what problems will you solve, what programs will you implement?
how will you measure success?
what computational aspect is there?
what mathematical aspect is there? 
how you will break it into subgoals (like Polya would)?
\item submission instructions
\begin{itemize}
\item use this latex template:

\url{https://sites.ualberta.ca/~hayward/cgt/asn/26/prop.tex}

don't change linespread or fontsize or page layout
\item email me the .tex file and the .pdf file
\item deadline Jan 20
\end{itemize}
\end{itemize}
\end{document}
