Lemmings reimplementation written in HTML5 / JavaScript
- Browser: https://lemmingsjs.oklemenz.de
- Keyboard / Mouse Controls
- Browser: https://lemmingsjs.oklemenz.de
- Use Landscape Mode (Single Tab, Disable Landscape Tab Bar in Browser Settings)
- Add to Home Screen to start as Fullscreen App
- Touch Controls (tap/drag area on screen):
- Install Node.js
- Clone:
https://github.com/oklemenz/LemmingsJS.git - Terminal:
npm installnpm start
- Browser:
localhost:8080
Url parameters are leveraged to save game state automatically (shortcut in brackets):
version (v):- 1: Lemmings (default)
- 2: Oh no! More Lemmings
difficulty (d): Difficulty 1-5 (default: 1)level (l): Level 1-30 (default: 1)speed (s): Control execution speed >0-10 (default: 1)cheat (c): Enable cheat mode (99 for all actions) (default: false)
- Lemmings: https://lemmingsjs.oklemenz.de?version=0
- Oh no! More Lemmings: https://lemmingsjs.oklemenz.de?version=1