Added links from the tutorials to the YouTube recording

This commit is contained in:
Simon Hausmann 2021-08-06 15:54:31 +02:00
parent 61af35afe1
commit 045356bf58
2 changed files with 9 additions and 0 deletions

View file

@ -12,3 +12,8 @@ This is how the game looks like in action:
<video autoplay loop muted playsinline src="https://sixtyfps.io/blog/memory-game-tutorial/memory_clip.mp4"
class="img-fluid img-thumbnail rounded"></video>
A video-recording of this tutorial is also available on YouTube. After introducing the `.60` language the video
continues with a Rust implementation, but around minute 42 the C++ begins:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/_-Hxr6ZrHyo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>