Remove non-working games (404 errors) - keep Digger and DOOM only
This commit is contained in:
parent
d29e006fda
commit
07cfd6036c
63
arcade.html
63
arcade.html
|
|
@ -430,7 +430,7 @@
|
||||||
← Back to LemonLink
|
← Back to LemonLink
|
||||||
</a>
|
</a>
|
||||||
<h1 class="arcade-title">🕹️ LEMONLINK ARCADE</h1>
|
<h1 class="arcade-title">🕹️ LEMONLINK ARCADE</h1>
|
||||||
<p class="arcade-subtitle">Play classic DOS games directly in your browser powered by js-dos</p>
|
<p class="arcade-subtitle">Classic DOS games running directly in your browser</p>
|
||||||
<div class="legal-note">⚖️ All games are abandonware or shareware - legally distributable</div>
|
<div class="legal-note">⚖️ All games are abandonware or shareware - legally distributable</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -498,66 +498,7 @@
|
||||||
{ key: 'ESC', action: 'Menu' }
|
{ key: 'ESC', action: 'Menu' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// More games can be added here if working URLs are found
|
||||||
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' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// State
|
// State
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue