From bcac8d6f3675c26bd9b87212f7feca09540b21e2 Mon Sep 17 00:00:00 2001 From: Piers Williams <solar_1992@hotmail.co.uk> Date: Fri, 11 May 2018 16:47:54 +0100 Subject: [PATCH] improved player experience definition and added link to asteroids code base to the timetable --- _data/index.json | 1 + slides/content/intro.tex | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_data/index.json b/_data/index.json index 29dfc35..8030396 100644 --- a/_data/index.json +++ b/_data/index.json @@ -15,6 +15,7 @@ "name": "Monday PM", "topic": "Flappy Bird & Practical", "links": { + "code": "https://git.fossgalaxy.com/ce810/asteroids", "lab-parameter": "GEN" } }, diff --git a/slides/content/intro.tex b/slides/content/intro.tex index c947ad4..57ac531 100644 --- a/slides/content/intro.tex +++ b/slides/content/intro.tex @@ -78,8 +78,10 @@ \end{frame} \begin{frame}{Player Experience} - How does out game play? - \note{How does out english?} + + \begin{block}{Definition} + Collection of events that \textbf{occur} to the player \textbf{during} the game + \end{block} \end{frame} -- GitLab