Skip to content

Latest commit

 

History

History
81 lines (71 loc) · 4.38 KB

README.md

File metadata and controls

81 lines (71 loc) · 4.38 KB

📝Table of contents

📖 Description

This is a C++ project, made for a school project. It's main goal is to teach people how a small ecosystem works and how the different types of animals are connected with one another.

💻 Build Using

👥 Authors

📋 Presentation and Documentation

⚙️ How to set up Project

  • Download the program from the green button or clone it by using this command:
git clone https://github.com/codingburgas/2122-10-biology-M.Y.S.E.git
  • Follow this link, to install SMFL - Here
  • Follow this link, to install TGUI Nightly build - Here
  • Download SFML and TGUI in the directory where you have downloaded your program
  • Rename TGUI-0.10-nightly to TGUI-0.10

- Open the project, to the **project-biology** folder and open the solution file - Right click **project-biology** - Go to **Properties->Configuration Properties->Debugging->Environment** and type:
PATH=$(SolutionDir)..\..\\TGUI-0.10\\\bin;$(SolutionDir)..\..\SFML-2.5.1\bin

  • Change the solution platform to x86
  • Now you can run the project

🖼️ Interface of Project

  • Тhis is the main menu where you choose what to do:

    • Play - Open the simulation
    • About Us - Information about the creators of the project
    • Help - Shows information about the simulation and how to operate it
    • Quit - Еxit the program


    Simulation Tab



    About Us Tab



    Help Tab