From 521a2ac0c246b9c9b22ac9fc650888da32ce81e2 Mon Sep 17 00:00:00 2001 From: Rudasingwa-kevin Date: Fri, 17 Apr 2026 09:29:43 -0700 Subject: [PATCH] update README.md, remove inde.html, create index.html, and modify test script --- README.md | 2 +- inde.html => index.html | 0 script/test | 6 ------ 3 files changed, 1 insertion(+), 7 deletions(-) rename inde.html => index.html (100%) diff --git a/README.md b/README.md index fd8da0a..577c6d9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A project based learning activity for people who are getting started with Git an You can play the game at: https://githubschool.github.io/github-games/ ->> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_ +>> _*SUPPORTED BROWSERS*: modern desktop browsers (Chrome, Firefox, Safari, Opera, Edge)_ This fun open source game was cloned from: https://github.com/jakesgordon/javascript-tetris diff --git a/inde.html b/index.html similarity index 100% rename from inde.html rename to index.html diff --git a/script/test b/script/test index 408c8dc..5825a5f 100755 --- a/script/test +++ b/script/test @@ -2,11 +2,5 @@ # # Test the app - if the game loads, everything is working! -# Create symlink to test game -ln -s inde.html index.html - -# Remove symlink on script exit -trap "rm index.html" EXIT - # Start app script/server