Skip to content
Snippets Groups Projects
Commit d528dde5 authored by Piers Williams's avatar Piers Williams
Browse files

Added chess icon to tokens talk

parent a3970ec3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,7 +5,8 @@
\usetikzlibrary{calc,trees,positioning,arrows,chains,shapes.geometric,%
decorations.pathreplacing,decorations.pathmorphing,shapes,%
matrix,shapes.symbols}
\usepackage{graphicx}
\graphicspath{{images/}}
\title[CE810 GD2]{CE810 - Game Design 2}
\subtitle{Recap}
......@@ -58,15 +59,22 @@
\end{frame}
\begin{frame}{Tokens}
\begin{itemize}[<+->]
\item Things that can \textbf{act} or \textbf{be acted upon}
\item Game Rules \textbf{directly} concern tokens
\item In \textbf{computer} games, tokens are usually the \textbf{programming} objects/entities
\begin{itemize}
\item They \textbf{may} have associated assets
\item They \textbf{may} have associated properties
\end{itemize}
\end{itemize}
\begin{columns}
\begin{column}{0.7\textwidth}
\begin{itemize}[<+->]
\item Things that can \textbf{act} or \textbf{be acted upon}
\item Game Rules \textbf{directly} concern tokens
\item In \textbf{computer} games, tokens are usually the \textbf{programming} objects/entities
\begin{itemize}
\item They \textbf{may} have associated assets
\item They \textbf{may} have associated properties
\end{itemize}
\end{itemize}
\end{column}
\begin{column}{0.3\textwidth}
\includegraphics[scale=0.2]{chessQueen}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Rules}
......@@ -75,12 +83,13 @@
\item Features emerge from rule interactions
\item Example:
\begin{itemize}
\item Rule 1 - do stuff.
\item Rule 2 - do stuff.
\item Rule 3 - do stuff.
\item Rule 1 - Artillery kills infantry with no cover.
\item Rule 2 - Artillery makes craters.
\item Rule 3 - Craters provide cover for infantry.
\end{itemize}
\item The emergent feature is THING
\item Rules together with features form the mechanics by which gameplay emerges
\note{Company of Heroes by Relic entertainment implemented this example}
\item The \textbf{emergent feature} is ``Defences need to be managed''
\item Rules \textbf{together} with features form the \textbf{mechanics} by which gameplay emerges
\end{itemize}
\end{frame}
......
slides/images/chessQueen.png

106 KiB

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