Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Module Materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hexboard-games
Module Materials
Commits
37a4934e
There was a problem fetching the pipeline metadata.
Commit
37a4934e
authored
6 years ago
by
Piers Williams
Browse files
Options
Downloads
Patches
Plain Diff
Expanding the slides on characteristics
parent
a65787a9
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slides/content/recap.tex
+84
-0
84 additions, 0 deletions
slides/content/recap.tex
with
84 additions
and
0 deletions
slides/content/recap.tex
+
84
−
0
View file @
37a4934e
...
...
@@ -219,6 +219,84 @@
\section
{
Game Parameters
}
\begin{frame}
{
Exercise: Game Characteristics
}
\begin{block}
{
Question
}
Identify characteristics of a game genre, e.g. 2D Arcade Games
\end{block}
\end{frame}
\begin{frame}
{
Answer: Game Characteristics
}
\begin{itemize}
%[<+->]
\item
Game Rules
\item
Object Types
\item
Vehicle Physics
\item
Input Controls
\item
Weapon Systems
\item
Game Views
\item
Level Designs
\item
AI Behaviour
\end{itemize}
\end{frame}
\begin{frame}
{
Game Rules
}
\note
{
\begin{itemize}
}
\begin{itemize}
\item
Collisions?
\note
{
\item
Collision Matrix
}
\item
Reward Structure
\note
{
\item
Points, lives/health/ammo gained and lost
}
\item
Game State transition structure
\note
{
\item
When is a level cleared??
}
\item
Fundamental
\item
{
Small changes can radically alter the game
}
\end{itemize}
\note
{
\end{itemize}
}
\end{frame}
\begin{frame}
{
Object Types
}
\begin{itemize}
\item
Things to:
\begin{itemize}
\item
Shoot
\item
Collect
\item
Jump on
\item
Protect
\item
Infect
\item
Bounce Off
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
{
Vehicle Physics
}
\begin{itemize}
\item
How do actions affect the movemnt of the vehicle?
\item
Left - right?
\item
Up - Down?
\item
Car-like?
\item
Asteroids-style space ship?
\begin{itemize}
\item
Thrust always on?
\item
Drag?
\item
Rotation friction?
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
{
Input Controls
}
\begin{itemize}
\item
Related to Vehicle physics
\item
How the ship is controlled?
\item
Classic arcade or one touch controls?
\end{itemize}
\begin{block}
{
Question
}
Will AI's experience these changes?
\end{block}
\end{frame}
\begin{frame}
{
Weapon Systems
}
\end{frame}
\begin{frame}
{
Evolution
}
\begin{figure}
...
...
@@ -240,6 +318,12 @@
}
\end{figure}
\begin{figure}
\begin{itemize}
\item
\end{itemize}
\end{figure}
\end{frame}
\begin{frame}
{
'Inspiration'
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment