From 3f91bdb5aa97c7d87fd0225e81f2ded49e3cdd91 Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Thu, 9 Jan 2025 16:51:09 +0000 Subject: [PATCH] added game --- WebGames-master/WebGames-master/script.js | 5 +++++ credits.html | 13 +++++++++++++ script2.js | 7 +++++++ 3 files changed, 25 insertions(+) diff --git a/WebGames-master/WebGames-master/script.js b/WebGames-master/WebGames-master/script.js index 1dee59dc..fd567e2a 100644 --- a/WebGames-master/WebGames-master/script.js +++ b/WebGames-master/WebGames-master/script.js @@ -468,6 +468,11 @@ const mainContentData = [ image: "/WebGames-master/WebGames-master/games2/assets/stick-merge.png", link: "/WebGames-master/WebGames-master/games2/game/stick-merge/index.html", }, + { + name: "cubefield", + image: "/WebGames-master/WebGames-master/games2/assets/cubefield.jpg", + link: "/WebGames-master/WebGames-master/games2/game/cubefield/index.html", + }, ]; mainContentData.forEach(item => { diff --git a/credits.html b/credits.html index f6b1ae4b..3d7b314c 100644 --- a/credits.html +++ b/credits.html @@ -1,4 +1,17 @@ + + + + + diff --git a/script2.js b/script2.js index 2a288463..72954797 100644 --- a/script2.js +++ b/script2.js @@ -68,6 +68,13 @@ const mainContentData = [ name: " old games", image: "images1.png", link: "/games.html", + + }, + { + name: "credits", + image: "images1.png", + link: "/credits.html", + }, ]; mainContentData.forEach(item => {