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
âī¸ All games are abandonware or shareware - legally distributable
@@ -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