Skip to content

🎮 A tribute to the classic Lemmings game, developed as a learning project using C++, SDL2, and TinyXML for PC at the technical college.

License

Notifications You must be signed in to change notification settings

sFaith3/lemmings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lemmings-amiga-front-cover

Lemmings

A non-exact copy of the video game Lemmings (1991) made with C++, SDL2 and TinyXML for PC at the technical college.

Lemmings_SamuelBalcells_VictorAmoros.mp4

Getting Started

This project has been made with Windows. But you should be able to use it on Linux and Mac.

Pre-requisites

Before you start, make sure you have an IDE/Compiler such as Visual Studio, Code::Blocks or XCode.

Installation

Note If you are on Windows, you can skip the first step

  1. Hello SDL.
  2. Download the last version of SDL2, SDL2_image and SDL2_mixer corresponding to your operating system.

Windows

  1. Download the VC.zip for Visual Studio or the mingw.tar.gz for Code::Blocks and MinGW.
  2. Put the corresponding libraries in the next folder path (you have to create folders): "Lemmings/Libraries/SDL2-version", "../../SDL2_image-version" and "../../SDL2_mixer-version".
  3. Remove "-version" in the folders. Then you wil have the following names: "SDL2", "SDL2_image", "SDL2_mixer".
  4. Paste in "Lemmings/x64/Debug or Release" the next .dll:
    • SDL2.dll (Lemmings/Libraries/SDL2/lib/x64)
    • SDL2_image.dll (../../SDL2_image/lib/x64)
    • SDL2_mixer.dll (../../SDL2_mixer/lib/x64)
  5. Compile and run the solution in Debug/Release-x64.

Run "Lemmings.exe"

  1. Paste in "Lemmings/x64/Debug or Release" the next files: "Art" and "Levels" folders (Lemmings/Assets)
  2. Run the executable in "Lemmings/x64/Debug or Release".

Authors


Samuel Balcells

Víctor Amorós

License

MIT License

About

🎮 A tribute to the classic Lemmings game, developed as a learning project using C++, SDL2, and TinyXML for PC at the technical college.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages