Mike0021 commited on
Commit
73c1bfd
·
verified ·
1 Parent(s): e94a5de

Publish Nano Banana asset edition

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ assets/hand/fist.png filter=lfs diff=lfs merge=lfs -text
37
+ assets/hand/reach.png filter=lfs diff=lfs merge=lfs -text
38
+ assets/hand/relaxed.png filter=lfs diff=lfs merge=lfs -text
39
+ assets/hand/spread.png filter=lfs diff=lfs merge=lfs -text
40
+ assets/tex/concrete.png filter=lfs diff=lfs merge=lfs -text
41
+ assets/tex/rock.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,10 +1,24 @@
1
  ---
2
- title: Its Poly Cube Game Imagegen
3
- emoji: 🏃
4
- colorFrom: yellow
5
- colorTo: blue
6
  sdk: static
 
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: SLACK Nano Banana Edition
3
+ emoji: 🕸️
4
+ colorFrom: gray
5
+ colorTo: gray
6
  sdk: static
7
+ app_file: index.html
8
  pinned: false
9
+ license: mit
10
+ short_description: Kimi K3 reconstruction using generated game assets
11
  ---
12
 
13
+ # SLACK Nano Banana edition
14
+
15
+ A browser-playable 3D reconstruction of the monochrome first-person tether
16
+ game shown by ItsPolyCube.
17
+
18
+ This separate edition uses locally frozen visual assets generated through
19
+ OpenRouter with `google/gemini-3.1-flash-lite-image` (Nano Banana 2 Lite),
20
+ including the hand poses, environmental textures, device glyphs, and marker
21
+ digits. The deployed game makes no runtime API calls.
22
+
23
+ Click the game to start. Use the mouse to look, WASD to move, Space to jump,
24
+ and the mouse buttons for the tether interactions.
assets/device/circle.png ADDED
assets/device/cross.png ADDED
assets/device/slash.png ADDED
assets/digits/0.png ADDED
assets/digits/1.png ADDED
assets/digits/2.png ADDED
assets/digits/3.png ADDED
assets/digits/4.png ADDED
assets/digits/5.png ADDED
assets/digits/6.png ADDED
assets/digits/7.png ADDED
assets/digits/8.png ADDED
assets/digits/9.png ADDED
assets/digits/comma.png ADDED
assets/hand/fist.png ADDED

Git LFS Details

  • SHA256: 18751a9fa63292ace8a2a93c124ec85b849ee173ae3981e9b2d2b68ad006d9a6
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
assets/hand/reach.png ADDED

Git LFS Details

  • SHA256: 74be27e49a2f88a5711dfb256e4438e8301addbc9b7fac65ccd0e17459826f46
  • Pointer size: 131 Bytes
  • Size of remote file: 215 kB
assets/hand/relaxed.png ADDED

Git LFS Details

  • SHA256: 375f9fc2f67e0114039230723a6cff965fcbbe1ac0483b8c40adb06064145bf1
  • Pointer size: 131 Bytes
  • Size of remote file: 211 kB
assets/hand/spread.png ADDED

Git LFS Details

  • SHA256: c0c3cfe61bafd26cba7b0b825928e3644d4d5e44381b0cefcf6db3df2ba4752b
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB
assets/index-dzcLn9RP.js ADDED
The diff for this file is too large to render. See raw diff
 
assets/tex/concrete.png ADDED

Git LFS Details

  • SHA256: f651c8f9f26881b653619ae81f186c5dbe33d340beb5808ccdbfa56ad00d3fb1
  • Pointer size: 131 Bytes
  • Size of remote file: 203 kB
assets/tex/rock.png ADDED

Git LFS Details

  • SHA256: 14063fa7237d8c299f5c7477a9c967f172c22de9ac3d3099f340b5529132902b
  • Pointer size: 131 Bytes
  • Size of remote file: 229 kB
assets/tex/rock_smooth.png ADDED
index.html CHANGED
@@ -1,19 +1,65 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
  <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>WHITE KNUCKLE — tether recon</title>
7
+ <style>
8
+ html, body {
9
+ margin: 0; padding: 0; width: 100%; height: 100%;
10
+ background: #000; overflow: hidden;
11
+ font-family: "Courier New", ui-monospace, monospace;
12
+ -webkit-user-select: none; user-select: none;
13
+ }
14
+ #app { position: fixed; inset: 0; }
15
+ canvas { display: block; }
16
+
17
+ #overlay {
18
+ position: fixed; inset: 0; z-index: 10;
19
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
20
+ background: rgba(0,0,0,0.82);
21
+ color: #e8e8e8; text-align: center; cursor: pointer;
22
+ transition: opacity 240ms ease;
23
+ }
24
+ #overlay.hidden { opacity: 0; pointer-events: none; }
25
+ #overlay h1 {
26
+ font-size: clamp(28px, 6vh, 54px); letter-spacing: 0.34em;
27
+ margin: 0 0 6px 0; font-weight: 700; color: #f2f2f2;
28
+ text-shadow: 0 0 18px rgba(255,255,255,0.25);
29
+ }
30
+ #overlay h2 {
31
+ font-size: clamp(11px, 1.8vh, 15px); letter-spacing: 0.5em;
32
+ margin: 0 0 34px 0; font-weight: 400; color: #9a9a9a;
33
+ }
34
+ #overlay .glyphs { font-size: clamp(18px,3vh,26px); letter-spacing: 1.2em; text-indent: 1.2em; color:#cfcfcf; margin-bottom: 30px; }
35
+ #overlay .controls {
36
+ font-size: clamp(11px, 1.7vh, 14px); line-height: 2.1; color: #b8b8b8; letter-spacing: 0.12em;
37
+ }
38
+ #overlay .controls b { color: #fff; font-weight: 700; }
39
+ #overlay .hint { margin-top: 34px; font-size: clamp(10px,1.5vh,12px); color:#777; letter-spacing: 0.28em; animation: pulse 1.6s ease-in-out infinite; }
40
+ @keyframes pulse { 50% { opacity: 0.35; } }
41
+ #pauseTag {
42
+ position: fixed; left: 50%; bottom: 4.5%; transform: translateX(-50%);
43
+ color: rgba(255,255,255,0.55); font-size: 11px; letter-spacing: 0.3em;
44
+ z-index: 5; display: none; pointer-events: none;
45
+ }
46
+ </style>
47
+ <script type="module" crossorigin src="./assets/index-dzcLn9RP.js"></script>
48
+ </head>
49
+ <body>
50
+ <div id="app"></div>
51
+ <div id="overlay">
52
+ <h1>WHITE KNUCKLE</h1>
53
+ <h2>TETHER&nbsp;RECON&nbsp;//&nbsp;DAY&nbsp;ONE</h2>
54
+ <div class="glyphs">&#9585;&nbsp;&#9675;&nbsp;&#10005;</div>
55
+ <div class="controls">
56
+ <div><b>MOUSE</b> &nbsp;look</div>
57
+ <div><b>W A S D</b> &nbsp;drift &nbsp;&middot;&nbsp; <b>SPACE</b> rise &nbsp;&middot;&nbsp; <b>SHIFT</b> sink</div>
58
+ <div><b>LMB</b> fire tether &nbsp;&middot;&nbsp; <b>RMB / Q</b> release</div>
59
+ <div><b>M</b> mute &nbsp;&middot;&nbsp; <b>ESC</b> pause</div>
60
+ </div>
61
+ <div class="hint">CLICK TO DROP IN</div>
62
+ </div>
63
+ <div id="pauseTag">PAUSED — CLICK TO RESUME</div>
64
+ </body>
65
  </html>