Lemmings

Lemmings clone in C++ implemented in a custom engine.
Alternatives To Lemmings
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
3d Game Shaders For Beginners15,226
a month ago18bsd-3-clauseC++
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Bgfx13,046
13 days ago1July 11, 2022287bsd-2-clauseC++
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Openra12,890
a day ago1January 01, 19001,574gpl-3.0C#
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
Openrct211,904
15 hours ago1,528gpl-3.0C++
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Openage11,791
15 hours ago225otherPython
Free (as in freedom) open source clone of the Age of Empires II engine :rocket:
Craft9,547
5 months ago125mitC
A simple Minecraft clone written in C using modern OpenGL (shaders).
Monogame9,516
12 days ago814otherC#
One framework for creating powerful cross-platform games.
Sfml8,743
a day ago1March 24, 2020180zlibC++
Simple and Fast Multimedia Library
Duckstation4,920
2 days ago104gpl-3.0C++
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Magnum4,416
4 days ago91otherC++
Lightweight and modular C++11 graphics middleware for games and data visualization
Alternatives To Lemmings
Select To Compare


Alternative Project Comparisons
Readme

Lemmings LemmingGif

This is a clone of the well-known videogame Lemmings implemented in C++ via a custom engine. It was developed during the Videogames subject of the Bachelor's Degree in Computer Science of the Universitat Politècnica de Catalunya - Facultat d'informàtica de Barcelona.

Yeah! That is gameplay from this clone!

Installing

Just download the build files contained in the .zip from releases and execute Lemmings.exe.

Features & funcionalities

  • 9 different levels: You can select a level from a recap of best scenarios of the original Lemmings, including Fun, Taxing and Tricky.
  • Original music from Lemmings: All the background music and special effects of the original game are implemented in this clone.
  • Hard mode Skull: In this new difficulty map digged sections will regenerate over time.
  • Software pattern design: Several software pattern design were used in the implementation in order to have a clear code structure.

Contributing

Because this is a academic project is not possible to contribute directly to this repo. Said that, feel free to fork it and to expand it in your own way! In order to do that assure that you have the following:

  • A computer.
  • A C++ compiler. Even thought is not necessary, VisualStudio 2017 is advised in order to streamline the process.

Built With

Authors

Carlota Catot Bragós Mario Fernández Villalba
Carlota Catot Bragós Mario Fernández Villalba
Co-developer Co-developer

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Thanks to:

  • The lecturers of the Videogames subject of UPC Jesus Alonso and Antonio Chica, for giving us the opportunity to develop the project.
  • Lemmini and Lemmix, for providing some sprites.
  • The guys of DMA Design for writing the original Lemmings.
Popular Video Game Projects
Popular Opengl Projects
Popular Games Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Video Game
Opengl
Design Pattern
State Machine
Retro
Computer Graphics
Retrogaming