Skip to content

Commit

Permalink
hide-and-seek: release new game
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Jul 31, 2024
1 parent 3596670 commit c9ad7e7
Show file tree
Hide file tree
Showing 176 changed files with 6,936 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"adsbygoogle",
"Adsense",
"alwaysshow",
"animationcomplete",
"appstore",
"awardable",
"Baldur's",
Expand Down Expand Up @@ -74,6 +75,7 @@
"nanomachines",
"NARUTO",
"Navi",
"Netherzapdos",
"NEXTAUTH",
"nextjs",
"noarchive",
Expand Down Expand Up @@ -108,11 +110,16 @@
"skibidi",
"Skwatta",
"snackbars",
"spritesheets",
"stackable",
"steamid",
"taki",
"tetris",
"tiktok",
"tilemap",
"Tilemaps",
"Tileset",
"tilesets",
"Triforce",
"trpc",
"turny",
Expand Down
3 changes: 3 additions & 0 deletions apps/games/hide-and-seek/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@nx/js/babel"]
}
18 changes: 18 additions & 0 deletions apps/games/hide-and-seek/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": ["../../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.ts", "*.tsx"],
"rules": {}
},
{
"files": ["*.js", "*.jsx"],
"rules": {}
}
]
}
8 changes: 8 additions & 0 deletions apps/games/hide-and-seek/.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2016"
}
}
18 changes: 18 additions & 0 deletions apps/games/hide-and-seek/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>Hide & Seek</title>
<meta name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<link rel="stylesheet" href="/src/styles.css" />
</head>

<body>
<div style="font-family:9x13; position:absolute; left:-1000px; visibility:hidden;">.</div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>
9 changes: 9 additions & 0 deletions apps/games/hide-and-seek/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "games-hide-and-seek",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/games/hide-and-seek/src",
"tags": [],
"// targets": "to see all targets run: nx show project games-hide-and-seek --web",
"targets": {}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/games/hide-and-seek/public/assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,275 changes: 2,275 additions & 0 deletions apps/games/hide-and-seek/public/assets/buildings/1.json

Large diffs are not rendered by default.

Loading

0 comments on commit c9ad7e7

Please sign in to comment.