► Video Presentation: https://www.youtube.com/watch?v=ALCMtwbeoIg

This repository contains the Unity project of group 2 for the course "Multimedia-Programmierung" in the summer semester of 2023 at Ludwig-Maximilians-Universität München.
The following contributors have participated in this project:
- Luise Donat - 12256266
- Melanie Kitze - 12258153
- Simon Rödig - 12297110
- Sara Ruckstuhl - 12277953
- Mario Sögtrop - 11592396
The repository consists of a 2D game developed using Unity. The game showcases various aspects of multimedia programming and serves as a practical application of the concepts learned during the course.
To run the game locally, follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/msoeg/MMP-Projekt.git
-
Open the Unity editor.
-
Click on "Open" and navigate to the cloned repository.
-
Select the main project folder and click "Open."
-
Wait for the Unity editor to import and set up the project.
-
Once the project is loaded, you can explore and run the game within the Unity editor or build and deploy it to your preferred platform.
File -> Build and Run or Ctrl + B
If you want to run the game locally without the build process, you have to start a local webserver. This can be done via different methods, here is one example:
- Download and install Servez under following link: https://github.com/greggman/servez/releases/tag/v1.11.0
- Choose build folder and set a Port to one of your liking (for example 8080)
- Set following settings to True:
- Show Folder Listings
- Automatically show index.html
- Local Machine Only
- Set CORS headers
- Support Unity
- Press Start, then Launch Browser
Other methods can be found here.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as permitted by the license.
If you have any questions or suggestions regarding this project, please feel free to contact any of the contributors listed above.