Skip to content
Snippets Groups Projects
ce810-intro.tex 3.93 KiB
Newer Older
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed

\usepackage{ulem}
\usepackage[utf8]{inputenc}
\usetheme{metropolis}

\title[CE810 GD2]{CE810 - Game Design 2}
\subtitle{Introduction}
\date{\today}

\author{Joseph Walton-Rivers \& Piers Williams}
\institute{Univeristy of Essex}

\newcommand{\keyterm}[1] {\textbf{\alert{#1}}}

%\usepackage{beamer}

\begin{document}
	
	\begin{frame}
	\titlepage
	\end{frame}

	\section{An Overview}
	
	\begin{frame}{Learning Outcomes}
		\begin{enumerate}
			\item<1-> Evaluate the mechanics of a game.
			\item<1-> Explain gameplay elements in terms of game theory.
			\item<1-> Describe the relationship of story and computer games.
			\item<1-> \alert<2-2>{Develop measures of player experience and apply them to optimise game parameters.}
			\item<1-> \alert<3->{Evaluate the effects of game AI on player experience.}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
		\end{enumerate}
	\note{We are covering the last two. Click to highlight each in turn.}
	% TODO Find good definition of player experience
	\note<2>{\\Player Experience: Definition}
	\note<3>{\\ As it says on the tin}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\end{frame}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	
	
	\begin{frame}{The Goal}
		\begin{center}
			To use \keyterm{game playing agents (AI)} to help us test points in our \keyterm{design space} to improve \keyterm{player experience} in games
		\end{center}
	\note{We will cover this in more detail in a later slide}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\end{frame}
	
	\begin{frame}{Game Agents}
		How is AI used in games?
	
		\begin{description}
			\item[Bots] Agents that act like players \textit{possibly}
			\item[NPCs] Agents that act like characters
			\item[Directors] Things that alter the game
		\end{description}
	
		For this module, we'll mostly be talking about bots.
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\end{frame}

	\begin{frame}{Design Space}
		Games have many different \keyterm{parameters} which can be tuned to produce different outcomes.
		
		Examples:
		\begin{itemize}
			\item How much damage does my bullet do?
			\item How many coins do I need to collect?
			\item What terrain can my scout walk over?
		\end{itemize}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\end{frame}

	\begin{frame}{Player Experience}
		How does out game play?
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
		
	\end{frame}

	\begin{frame}{Why?}
		\begin{itemize}
			\item<1-> Understand differences in variations - is version A better than version B?
			\item<2->Does a game have defects/exploits
			\item<3-> Are there dominant strategies?
		\end{itemize}
	\end{frame}

Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\begin{frame}{Main Topics}
		\begin{itemize}
			\item<1-> Game Design Spaces
			\item<2-> Player Experience
			\item<3-> \sout{General Video Game AI}
			\item<4-> Game Design
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
		\end{itemize}
	\end{frame}

	\section{Who are We?}
	\begin{frame}{Joseph Walton-Rivers}
	
	\end{frame}
	\begin{frame}{Piers Williams}
	
	\end{frame}

Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\section{Admin Stuff}
	
	\begin{frame}{Structure}
	
		\begin{itemize}
			\item<1-> Two Weeks - here (Lab \sout{5} 2)
			\item<2-> \sout{sorry about the Macs...}
			\item<3-> Module will be a mixture of lectures, labs and group work.
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
		\end{itemize}
	
	\end{frame}

	\begin{frame}{Structure}

	\begin{itemize}
		\item This will be less formal than most modules...
		\item Feel free to ask questions as we go along
		\item We're going to try and make this as interactive as possible
		\item Try to attend as much of this as possible!
	\end{itemize}

	\end{frame}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	
	\begin{frame}{Assessment}
		\begin{itemize}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
			\begin{itemize}
				\item<2-> Working game and brief description of how it works
				\item<3-> List of parameters that could be modified
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
			\end{itemize}
			\item<4-> Participation [20\%]
			\item<5-> Player Experience Experiments [50\%]
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
			\begin{itemize}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
				\begin{itemize}
					\item<7-> Presentation itself (pptx or pdf)
					\item<8-> Presentation given in week 2
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
				\end{itemize}
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
				\begin{itemize}
					\item<10-> Game variants
					\item<11-> Reports (pdf)
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
				\end{itemize}
			\end{itemize}
		\end{itemize}
	
		Full details on the \href{http://ce810.fosslab.uk}{module page}.
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
	\end{frame}
	
\end{document}