From 07cfd6036c944b356cc92feed203b477aa98376c Mon Sep 17 00:00:00 2001 From: ImpulsiveFPS Date: Mon, 2 Feb 2026 16:11:27 +0100 Subject: [PATCH] Remove non-working games (404 errors) - keep Digger and DOOM only --- arcade.html | 63 ++--------------------------------------------------- 1 file changed, 2 insertions(+), 61 deletions(-) diff --git a/arcade.html b/arcade.html index 7e8cf72..849709a 100644 --- a/arcade.html +++ b/arcade.html @@ -430,7 +430,7 @@ ← Back to LemonLink

đŸ•šī¸ LEMONLINK ARCADE

-

Play classic DOS games directly in your browser powered by js-dos

+

Classic DOS games running directly in your browser

@@ -498,66 +498,7 @@ { key: 'ESC', action: 'Menu' } ] }, - { - id: 'wolf3d', - title: 'Wolfenstein 3D', - emoji: 'đŸĒ–', - description: 'The original first-person shooter', - url: 'https://v8.js-dos.com/bundles/wolf3d.jsdos', - tags: ['FPS', '1992'], - controls: [ - { key: '←↑↓→', action: 'Move/Turn' }, - { key: 'CTRL', action: 'Fire' }, - { key: 'SPACE', action: 'Open doors' }, - { key: '1-4', action: 'Change weapon' }, - { key: 'ESC', action: 'Menu' } - ] - }, - { - id: 'prince', - title: 'Prince of Persia', - emoji: '🤴', - description: 'Revolutionary cinematic platformer', - url: 'https://v8.js-dos.com/bundles/prince.jsdos', - tags: ['Platformer', '1989'], - controls: [ - { key: '←→', action: 'Walk/Run' }, - { key: 'SHIFT', action: 'Grab ledge' }, - { key: '↑', action: 'Jump up' }, - { key: '↓', action: 'Crouch' }, - { key: 'SHIFT+←→', action: 'Step carefully' } - ] - }, - { - id: 'duke3d', - title: 'Duke Nukem 3D', - emoji: '😎', - description: 'The king of action with attitude', - url: 'https://v8.js-dos.com/bundles/duke3d.jsdos', - tags: ['FPS', '1996'], - controls: [ - { key: '←↑↓→', action: 'Move' }, - { key: 'CTRL', action: 'Fire' }, - { key: 'SPACE', action: 'Jump' }, - { key: 'SHIFT', action: 'Run' }, - { key: '1-9', action: 'Weapons' } - ] - }, - { - id: 'quake', - title: 'Quake', - emoji: '⚡', - description: 'Revolutionary 3D shooter with true 3D engine', - url: 'https://v8.js-dos.com/bundles/quake.jsdos', - tags: ['FPS', '1996'], - controls: [ - { key: 'WASD', action: 'Move' }, - { key: '←→', action: 'Look' }, - { key: 'CTRL', action: 'Fire' }, - { key: 'SPACE', action: 'Jump' }, - { key: '1-8', action: 'Weapons' } - ] - } + // More games can be added here if working URLs are found ]; // State