Lode Runner


Overview

"Lode Runner - The Legend Return" is a platform game published by Broderbund in 1983. Unlike others platforms published at the same time, "Lode Runner - The Legend Return" is more a puzzle-oriented platform game. We decided to reproduced this game for a school project at the Higher educational institution in Toulouse (ENSEEIHT). The course was an object-oriented programming course.

Lode Runner is composed of severals levels presented in a single screen. The player character, Jake Peril, has to collect all the treasure (golds with differents value) and reach the exit. "Mad Monks" are also here to protected treasures by capturing Jake. Those wears red robes.

Project Goals

  • Validate Object-Oriented Programming skills.
  • Use design patterns in the game.
  • Make simple, yet effective, artificial intelligences for enemies.
  • Make a self-taught game.
Github Link: Not yet on github .

Screenshots


Detailed Info

Lode Runner is a single player game where level can be seen as puzzles. We made 4 levels to test and show our game. We made sure to insert every items and blocs we developped so far. Each level belong to one of the world the player as to go throught :

Game Features

Level editor

Like the original game "Lode Runner - The Legend Returns" we decided to create a game editor. We did not create a user interface for the editor so regular user will not be able to use it. We made this tool for game designer to help them create levels. They just have write down where blocs should be and to specify their kind.