Linting, add two more games to games.json
This commit is contained in:
parent
0fbe2e8f8e
commit
64d585b054
2 changed files with 11 additions and 7 deletions
3
index.js
3
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,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue