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
This project has been made with Windows. But you should be able to use it on Linux and Mac.
Before you start, make sure you have an IDE/Compiler such as Visual Studio, Code::Blocks or XCode.
Note If you are on Windows, you can skip the first step
- Hello SDL.
- Download the last version of SDL2, SDL2_image and SDL2_mixer corresponding to your operating system.
- Download the
VC.zip
for Visual Studio or themingw.tar.gz
for Code::Blocks and MinGW. - 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".
- Remove "-version" in the folders. Then you wil have the following names: "SDL2", "SDL2_image", "SDL2_mixer".
- 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)
- Compile and run the solution in
Debug/Release-x64
.
- Paste in "Lemmings/x64/Debug or Release" the next files: "Art" and "Levels" folders (Lemmings/Assets)
- Run the executable in "Lemmings/x64/Debug or Release".
![]() Samuel Balcells |
![]() VÃctor Amorós |
---|