From 48bf03ee84a90ad2911dfef4ad135d52088eac51 Mon Sep 17 00:00:00 2001 From: Simran Lahrani <100008872+SimranLahrani842@users.noreply.github.com> Date: Sat, 8 Jul 2023 13:01:17 +0530 Subject: [PATCH] Delete README.md --- src/Games/doodle-jump/README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/Games/doodle-jump/README.md diff --git a/src/Games/doodle-jump/README.md b/src/Games/doodle-jump/README.md deleted file mode 100644 index 1705008b0..000000000 --- a/src/Games/doodle-jump/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# [Doodle Jump](https://youtu.be/pHFtOYU-a20) -- Coding Tutorial: https://youtu.be/pHFtOYU-a20 -- Demo: https://imkennyyip.github.io/doodle-jump/ - -In this tutorial, you will learn to create the doodle jump game with html, css, and javascript. Specifically, you will learn how to code the game using html5 canvas. - -Throughout the tutorial, you will learn how to create the game loop, add images onto the canvas, add click handlers to move the doodler jump and move left and right, apply game physics, randomly generate platforms and move them down the screen, detect collisions between the doodler and each platform, add a running score, and reset the game. - -![doodle-jump-sample](https://github.com/ImKennyYip/doodle-jump/assets/78777681/3dbbe824-f974-4429-b260-6e5775d2fa09) -