Skip to content

Commit 8e04c5f

Browse files
Update games.js
more games with the update
1 parent 034aae3 commit 8e04c5f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

js/games.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const games = [
111111
{
112112
"name": "Big Tower Tiny Square",
113113
"img": "img/cover-art/big_tower_tiny_square.png",
114-
"link": "games/btts/index.html",
114+
"link": "/pages/player.html?src=/games/btts/",
115115
"classes": "all"
116116
},
117117
{
@@ -150,7 +150,7 @@ const games = [
150150
"link": "/pages/player.html?src=/gba/launcher.html%23bomberman_max2blue",
151151
"classes": "all gba"
152152
},
153-
{
153+
{
154154
"name": "Bomberman Tournament",
155155
"img": "img/cover-art/bomberman_tournament.png",
156156
"link": "/pages/player.html?src=/gba/launcher.html%23bomberman_tournament",
@@ -180,10 +180,10 @@ const games = [
180180
"link": "games/cell-machine/",
181181
"classes": "all"
182182
},
183-
{
183+
{ // done
184184
"name": "Chess",
185185
"img": "img/cover-art/chess.png",
186-
"link": "/games/chess/",
186+
"link": "/pages/player.html?src=/games/chess/",
187187
"classes": "all new multi"
188188
},
189189
{
@@ -192,10 +192,10 @@ const games = [
192192
"link": "games/choppyorc/docs/",
193193
"classes": "all edd"
194194
},
195-
{
195+
{ // done
196196
"name": "Chrome Dinosaur",
197-
"img": "img/dino.jpg",
198-
"link": "games/cover-art/chrome-dino/",
197+
"img": "img/cover-art/chrome_dino.png",
198+
"link": "/pages/player.html?src=/games/chrome-dino/",
199199
"classes": "all"
200200
},
201201
{

0 commit comments

Comments
 (0)