From a32b5f05cb3939baac2df80b62e5355408fe6c5d Mon Sep 17 00:00:00 2001 From: Nisha Singhal <111162548+nishaYO@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:24:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 071aa9b..69ca902 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Escape-The-Balls +# Escapey This is a simple 2d game where the user(a white ring) has to reach to the finish line without colliding with the balls in the way. This game is made using canvas api in javascript. I got inspiration from the mdn doc https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object_building_practice to build this game.