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",