Skip to content

Commit 053de9b

Browse files
committed
fix: manifest paths
1 parent a192519 commit 053de9b

2 files changed

Lines changed: 1 addition & 88 deletions

File tree

README.md

Lines changed: 1 addition & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -142,79 +142,7 @@ Open `http://localhost:8000` in your browser. The hub lists all registered games
142142
│ ├── boot/ # Boot shims (canvas.js, dom.js, …)
143143
│ └── index.js # Barrel export
144144
├── games/ # Individual game directories
145-
│ ├── arkanoid/
146-
│ │ ├── index.html
147-
│ │ ├── style.css
148-
│ │ └── script.js # Paddle physics, 40 bricks, 3 lives
149-
│ ├── butterfly-effect/
150-
│ │ ├── index.html
151-
│ │ ├── style.css
152-
│ │ └── script.js # 3D Lorenz Attractor chaos visualization
153-
│ ├── connect4/
154-
│ │ ├── index.html
155-
│ │ ├── style.css
156-
│ │ └── script.js # AI opponent, 7x6 grid, online MP
157-
│ ├── domino/
158-
│ │ ├── index.html
159-
│ │ ├── style.css
160-
│ │ ├── words.js
161-
│ │ └── script.js # 4-player online dominoes (DOM engine)
162-
│ ├── flappybird/
163-
│ │ ├── index.html
164-
│ │ ├── style.css
165-
│ │ └── script.js # Physics-based pipe dodging
166-
│ ├── hangman/
167-
│ │ ├── index.html
168-
│ │ ├── style.css
169-
│ │ ├── words.js # Word pools
170-
│ │ ├── images/ # SVG hangman states & GIFs
171-
│ │ └── script.js # 1v1 online & random modes (DOM engine)
172-
│ ├── lightsout/
173-
│ │ ├── index.html
174-
│ │ ├── style.css
175-
│ │ └── script.js # Puzzle solver
176-
│ ├── minesweeper/
177-
│ │ ├── index.html
178-
│ │ ├── style.css
179-
│ │ └── script.js # Grid-based bomb logic
180-
│ ├── othello/
181-
│ │ ├── index.html
182-
│ │ ├── style.css
183-
│ │ └── script.js # 2-player strategy board game
184-
│ ├── pacman/
185-
│ │ ├── index.html
186-
│ │ ├── style.css
187-
│ │ └── script.js # Classic maze chase
188-
│ ├── snake/
189-
│ │ ├── index.html
190-
│ │ ├── style.css
191-
│ │ └── script.js # Grid movement, swipe, wall wrap
192-
│ ├── spaceinvaders/
193-
│ │ ├── index.html
194-
│ │ ├── style.css
195-
│ │ └── script.js # Alien shooter
196-
│ ├── sudoku/
197-
│ │ ├── index.html
198-
│ │ ├── style.css
199-
│ │ └── script.js # Number puzzle
200-
│ ├── tictactoe/
201-
│ │ ├── index.html
202-
│ │ ├── style.css
203-
│ │ └── script.js # Classic 3-in-a-row against AI
204-
│ ├── typingspeed/
205-
│ │ ├── index.html
206-
│ │ ├── style.css
207-
│ │ ├── words.js # ES / EN word pools
208-
│ │ └── script.js # WPM typing test (DOM engine)
209-
│ ├── voidsector/
210-
│ │ ├── index.html
211-
│ │ ├── style.css
212-
│ │ └── script.js # Space combat game
213-
│ └── wordscramble/
214-
│ ├── index.html
215-
│ ├── style.css
216-
│ ├── words.js # ES / EN scrambled words
217-
│ └── script.js # Timed word unscramble (DOM engine)
145+
│ ├── #games here
218146
├── public/ # Copied to dist/ as-is (Vite)
219147
│ ├── engine/
220148
│ │ └── game-shell.css

manifest.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)