Skip to content

Final project for OOP course 2018 - Lemmings is a computer game in which the player has to lead the lemmings to their house through a series of obstacles.

Notifications You must be signed in to change notification settings

HaimFisher/Lemmings-Video-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Lemmings Video Game - Final project for OOP course 2018"

Gameplay video -
https://youtu.be/lRxJ4lg-kks

about the game -
The objective of Lemmings game is to guide a group of anthropomorphised lemmings through a number of obstacles to a designated exit. To save the required number of lemmings to win, one must determine how to assign a limited number of eight different skills to specific lemmings that allow the selected lemming to alter the landscape, to affect the behaviour of other lemmings, or to clear obstacles to create a safe passage for the rest of the lemmings. the game was programmed in C++ using SFML library.

to see more about the game - https://en.wikipedia.org/wiki/Lemmings_(video_game)

prerequisite to run the game -

  1. install VS & C++ 2017 https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160
  2. install sfml library https://www.sfml-dev.org/tutorials/2.5/start-vc.php#installing-sfml
  3. clone the project
  4. open the project in VS
  5. run the game & enjoy

About

Final project for OOP course 2018 - Lemmings is a computer game in which the player has to lead the lemmings to their house through a series of obstacles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages