Lode Runner is a classic arcade game: platforms and ladders, a character who has to pick up things and avoid other characters or monsters. It's the basis of Donkey Kong and many other games since then.
I started a version of it in March 1993, but when I went through the project's source codes, I realized that it was never finished. I'll have to see if I can find another version in my archives, so I can put it online and attach any written notes (including levels drawn on paper).
Many non-standard file formats were used in this project:
- MOU for the mouse cursor
- IDF for my databases
- ICN for icons
- SPR for sprites and spritesheets
- MSG for storing game texts in several languages
- CFG for game configuration and controls
The editors to manage all this will be published one day. The units to support these files are available in my public Turbo Pascal libraries.
This game was developed in Turbo Pascal to run under MS-Dos in MCGA or VGA mode to take advantage of the many (256) colors available at the time.
It's possible that this program is compilable with Free Pascal but I haven't tried. Units not supplied can be found in the DeveloppeurPascal/librairies-TurboPascal repository. If any are missing, please let me know so that I can add them.
You'll find the binaries (8 bits) and dependencies in the “release” folder. This is the September 19, 1993 version. You can only run it on an MS-Dos emulator, Windows 3.x or 95. There's no point in trying it on Windows beyond these versions.
Check out my other open source projects in Turbo Pascal if you're interested in software archeology.
Follow my development streams of software, video games, mobile applications and websites on my Twitch channel or as replays on Serial Streameur mostly in French.
This source code is distributed under the AGPL 3.0 or later license.
You are generally free to use the contents of this code repository anywhere, provided that:
- you mention it in your projects
- distribute the modifications made to the files supplied in this project under the AGPL license (leaving the original copyright notices (author, link to this repository, license) which must be supplemented by your own)
- to distribute the source code of your creations under the AGPL license.
If this license doesn't suit your needs, you can purchase the right to use this project under the Apache License 2.0 or a dedicated commercial license (contact the author to explain your needs).
These source codes are provided as is, without warranty of any kind.
Certain elements included in this repository may be subject to third-party usage rights (images, sounds, etc.). They are not reusable in your projects unless otherwise stated.
If you think this project is useful and want to support it, please make a donation to its author. It will help to maintain the code and binaries.
You can use one of those services :
or if you speack french you can subscribe to Zone Abo on a monthly or yearly basis and get a lot of resources as videos and articles.