From 5648009167a2a1d33402b664cc4fba2ea09e9a5d Mon Sep 17 00:00:00 2001 From: Frank Force Date: Wed, 29 May 2024 15:25:03 -0500 Subject: [PATCH] add youtube link --- examples/breakoutTutorial/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/breakoutTutorial/README.md b/examples/breakoutTutorial/README.md index 62c84d40..e7cd896e 100644 --- a/examples/breakoutTutorial/README.md +++ b/examples/breakoutTutorial/README.md @@ -9,6 +9,8 @@ You can get the [LittleJS code using GitHub](https://github.com/KilledByAPixel/L In this tutorial we will make a breakout style game with a player controllable paddle, a ball that bounces, and bricks that break when hit. This is a great introduction to LittleJS and takes only around 30 minutes to complete. +[The tutorial is also available on YouTube!](https://youtu.be/tSwDx-NWTXE?si=bkjMa8-7AN2Wg5MO) + ## [You can play the result of this tutorial here.](https://killedbyapixel.github.io/LittleJS/examples/breakoutTutorial/) ![LittleJS Screenshot](images/9.png)