diff --git a/css/game.css b/css/qinshihuanggame.css similarity index 100% rename from css/game.css rename to css/qinshihuanggame.css diff --git a/index.html b/index.html index 3f0b2aa..6d597de 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,17 @@ diff --git a/js/game.js b/js/qinshihuanggame.js similarity index 97% rename from js/game.js rename to js/qinshihuanggame.js index 34cabc2..701efad 100644 --- a/js/game.js +++ b/js/qinshihuanggame.js @@ -55,7 +55,7 @@ function handleClick(dishName) { console.log("恭喜,你选对了!"); if (currentIndex == 9){ setTimeout(function() { - window.location.href = 'win.html'; + window.location.href = 'qinshihuangwin.html'; }, 2000); }else{ @@ -90,7 +90,7 @@ function handleClick(dishName) { showElement(qinshihuangs[RandomQinShiHuangIndex]) // Delay for 2 seconds before redirecting setTimeout(function() { - window.location.href = 'lose.html'; + window.location.href = 'qinshihuanglose.html'; }, 2000); // 这里可以添加结束游戏或其他逻辑 break; diff --git a/louisgame.html b/louisgame.html new file mode 100644 index 0000000..4729a50 --- /dev/null +++ b/louisgame.html @@ -0,0 +1,99 @@ + + + + + + 路易十六餐厅 + + + + + +
+
+ desktop +
+ + +
+ 秦始皇 +
+
+ 死法1 +
+
+ 死法2 +
+
+ 死法3 +
+ + +
+ 对话框 +
+ +
+ +
+
+ 提示按钮 +
+
+ 提示 +
+
+ 中年男 +
+
+ 不开心中年男 +
+
+ 生气中年男 +
+
+ 小女孩 +
+
+ 不开心小女孩 +
+
+ 生气小女孩 +
+
+ 老奶奶 +
+
+ 不开心老奶奶 +
+
+ 生气老奶奶 +
+ + +
+ 麻婆豆腐 +
+
+ 烤鸭 +
+
+ 扬州炒饭 +
+
+ 油焖大虾 +
+
+ 宫保鸡丁 +
+
+ + + + + diff --git a/lose.html b/louiswin.html similarity index 92% rename from lose.html rename to louiswin.html index c178ebe..2542bbf 100644 --- a/lose.html +++ b/louiswin.html @@ -8,7 +8,7 @@ body { text-align: center; padding-top: 50px; - background-image: url("asset/pic/lose.png"); + background-image: url("asset/pic/luois16/win.jpg"); background-repeat: no-repeat; } .btn { diff --git a/win.html b/luoislose.html similarity index 92% rename from win.html rename to luoislose.html index 4cdf37a..6481909 100644 --- a/win.html +++ b/luoislose.html @@ -8,7 +8,7 @@ body { text-align: center; padding-top: 50px; - background-image: url("asset/pic/win.jpg"); + background-image: url("asset/pic/luois16/lose.png"); background-repeat: no-repeat; } .btn { diff --git a/game.html b/qinshihuanggame.html similarity index 96% rename from game.html rename to qinshihuanggame.html index a5b374d..765e765 100644 --- a/game.html +++ b/qinshihuanggame.html @@ -4,7 +4,7 @@ 秦始皇餐厅 - + @@ -93,7 +93,7 @@ - + diff --git a/qinshihuanglose.html b/qinshihuanglose.html new file mode 100644 index 0000000..d01a698 --- /dev/null +++ b/qinshihuanglose.html @@ -0,0 +1,36 @@ + + + + + + Game Over + + + +

Game Over

+ Back to Start + + diff --git a/qinshihuangwin.html b/qinshihuangwin.html new file mode 100644 index 0000000..e61c9fa --- /dev/null +++ b/qinshihuangwin.html @@ -0,0 +1,36 @@ + + + + + + Game Over + + + +

Game Over

+ Back to Start + +