Skip to content

Commit 49e167f

Browse files
committed
update README.md
1 parent 5d5f803 commit 49e167f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Lemmings.js
22
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.
33

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.
55

6+
![example1](docu/2016_03_03.png)
67
![example1](docu/2016_03_01.png)
7-
![example2](docu/2016_03_01_example.png)
8-
![example3](docu/2016_03_01_zoom.png)
8+
![example1](docu/2016_03_01_zoom.png)
99

1010

1111
Supported Versions:

0 commit comments

Comments
 (0)