You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Lemmings.js
2
2
This is a [Lemmings](https://en.wikipedia.org/wiki/Lemmings_%28video_game%29) Clone/Remake using only HTML5 / Javascript. It uses the original .dat Files of the DOS game. No converting of Images and Levels is required.
3
3
4
-
This is a work in progress project and at the moment you can't play the game. Use the URL Fragment identifier (#) to select/load a Level (LevelFile * 100 + LevelIndexInFile) e.g. /lemmings.js/main.html#901 for the Level-File 9 and the second (01) Level in the file.
4
+
This is a work in progress project and at the moment you can't play the game. Use the URL Fragment identifier (#) to select/load a Level e.g. [/lemmings.js/main.html#10](http://lemmings.hmilch.net/main.html#10) for Level 10 or Levelcode e.g. [/lemmings.js/main.html#CAJJLDLBCS](http://lemmings.hmilch.net/main.html#CAJJLDLBCS) for level 1.
0 commit comments