From ac617b5430e5512e627c87245e1117f3adb244ca Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Wed, 24 Feb 2021 20:47:40 +0000 Subject: [PATCH] Added video link to part11 docs --- part11-breakout-smp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/part11-breakout-smp/README.md b/part11-breakout-smp/README.md index b637d27..d690dfe 100644 --- a/part11-breakout-smp/README.md +++ b/part11-breakout-smp/README.md @@ -23,3 +23,5 @@ There's a lot more signalling/semaphores, so the cores can be sure they're doing You're no longer "dry-running" a single, sequential thread. You're having to spot the potential for bugs/unexpected behaviour from the interplay of four concurrent threads! _Good luck as you explore the code!_ + +[!A video of the Breakout game in action](https://img.youtube.com/vi/W6fE2q_1voM/0.jpg)](https://www.youtube.com/watch?v=W6fE2q_1voM)