From 64d585b0549820557a02182fe10dc45b2b2067e4 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Thu, 8 Feb 2024 23:35:22 -0600 Subject: [PATCH] Linting, add two more games to games.json --- index.js | 3 +-- src/json/games.json | 15 ++++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.js b/index.js index f20b679..659d37d 100644 --- a/index.js +++ b/index.js @@ -89,12 +89,11 @@ app.use( app.use("/", express.static("dist/client/")); console.log(chalk.gray("Starting Alu...")); -console.log(chalk.green("Alu started successfully!")) +console.log(chalk.green("Alu started successfully!")); server.on("listening", () => { console.log(chalk.green(`Server running at http://localhost:${PORT}/.`)); }); - server.listen({ port: PORT, }); diff --git a/src/json/games.json b/src/json/games.json index befc188..05ea6b7 100644 --- a/src/json/games.json +++ b/src/json/games.json @@ -1,9 +1,4 @@ { - "1v1.lol": { - "name": "1v1.lol", - "image": "/games/1v1.lol/logo.png", - "slug": "1v1.lol" - }, "2048": { "name": "2048", "image": "/games/2048/logo.png", @@ -139,6 +134,11 @@ "image": "/games/grindcraft/logo.png", "slug": "grindcraft" }, + "help-no-brake": { + "name": "Help! No Brake", + "image": "/games/help-no-brake/logo.webp", + "slug": "help-no-brake" + }, "idle-breakout": { "name": "Idle Breakout", "image": "/games/idle-breakout/logo.png", @@ -209,6 +209,11 @@ "image": "/games/solitaire/logo.png", "slug": "solitaire" }, + "sort-the-court": { + "name": "Sort the Court!", + "image": "/games/sort-the-court/logo.jpg", + "slug": "sort-the-court" + }, "superhot": { "name": "Superhot", "image": "/games/superhot/logo.png",