Skip to content

Commit

Permalink
add new games
Browse files Browse the repository at this point in the history
  • Loading branch information
jman1593 committed Nov 8, 2024
1 parent 3115bb7 commit cadce89
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions about-page-data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// All of the updates and their corresponding dates that will be dynamically added in the updates section on about page
export const updates = [
{ date: "11/7/24", content: "Added three goblets, the final earth, super pickelball adventure, squareX, metrocubevania, knightin, ISLANDER, delia the traveling witch, dark tomb, another gentlemans adventure, and fixed final earth 2." },
{ date: "11/6/24", content: "Added tiny heist, poker, blackjack, westoon, thumb fighter christmas, sink it, minibattles, blocky snake, and fixed leader strike." },
{ date: "11/4/24", content: "Added we become what we behold, idle lumber inc, idle digging tycoon, bomber royale, and blumgi paintball." },
{ date: "10/31/24", content: "Added bad egg, cactus mccoy, cactus mccoy 2, territorial.io, and just passing 2." },
Expand Down
14 changes: 12 additions & 2 deletions cards-data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
export default [
{ href: './html/Throw a Potato/index.html', imgSrc: 'Throw a Potato.png', name: 'Throw a Potato' , 'page': 2},
{ href: './html/three goblets/index.html', imgSrc: 'three goblets.png', name: 'three goblets' , 'page': 2},
{ href: './html/the final earth/index.html', imgSrc: 'the final earth.jpg', name: 'the final earth' , 'page': 2},
{ href: './html/super pickleball adventure/index.html', imgSrc: 'super pickleball adventure.png', name: 'super pickleball adventure' , 'page': 2},
{ href: './html/squareX/index.html', imgSrc: 'squarex.jpg', name: 'squareX' , 'page': 2},
{ href: './html/metrocubevania/index.html', imgSrc: 'metrocubevania.png', name: 'metrocubevania' , 'page': 2},
{ href: './html/knightin/index.html', imgSrc: 'knightin.jpg', name: 'knightin' , 'page': 2},
{ href: './html/ISLANDER/index.html', imgSrc: 'ISLANDER.png', name: 'ISLANDER' , 'page': 2},
{ href: './html/final earth 2/index.html', imgSrc: 'finalearth2.png', name: 'final earth 2' , 'page': 2},
{ href: './html/delia the traveling witch/index.html', imgSrc: 'delia the traveling witch.png', name: 'delia the traveling witch' , 'page': 2},
{ href: './html/dark tomb/index.html', imgSrc: 'dark tomb.jpg', name: 'dark tomb' , 'page': 2},
{ href: './html/another gentlemans adventure/index.html', imgSrc: 'another gentlemans adventure.jpg', name: 'another gentlemans adventure' , 'page': 2},
{ href: './html/Throw a Potato/index.html', imgSrc: 'Throw a Potato.png', name: 'Throw a Potato' , 'page': 2},
{ href: './html/westoon/index.html', imgSrc: 'westoon.jpg', name: 'westoon' , 'page': 2},
{ href: './html/thumb fighter christmas/index.html', imgSrc: 'thumb fighter christmas.jpg', name: 'thumb fighter christmas' , 'page': 2},
{ href: './html/sink it/index.html', imgSrc: 'sink it.jpg', name: 'sink it' , 'page': 2},
Expand Down Expand Up @@ -424,7 +435,6 @@ export default [
{ href: "./swf/strikeforcekitty2/base.html", imgSrc: "strikeforcekitty2.jpeg", name: "Strike Force Kitty 2" },
{ href: "./swf/strikeforcekitty3/base.html", imgSrc: "strikeforcekitty3.jpeg", name: "Strike Force Kitty 3" },
{ href: "./swf/sugar/base.html", imgSrc: "sugar.jpeg", name: "Sugar, Sugar" },
{ href: "./html/finalearth2/index.html", imgSrc: "finalearth2.png", name: "Final Earth 2" },
{ href: "./html/drive-mad/index.html", imgSrc: "drivemad.jpg", name: "Drive Mad" },
{ href: "./html/among-us/index.html", imgSrc: "amongus.png", name: "Among Us" },
{ href: "./html/bob-the-robber-2/index.html", imgSrc: "bob.jpeg", name: "Bob the Robber 2" },
Expand Down

0 comments on commit cadce89

Please sign in to comment.