- Part of Team
- About
- Built With
- Getting Started
- Run Game Locally Without Docker
- Run Game Locally With Docker
- UML Diagram
- Screenshots
- Contributing
| Name | StudentID | Role | GitHub |
|---|---|---|---|
| Muhammad Elang Permadani | 120140194 | Project Leader | maybeenang |
| Hendri Aldi Zulfan | 120140186 | Programmer | henhen02 |
| Daffa Sandi Ramadhan | 120140193 | Charachter Design | AsNodt |
| Muhammad Nur Aziz | 120140175 | Game Designer | mhhmadaziz |
| Bagus Ardin Saputra | 120140176 | Audio Engineer & Copy Writer | Bagusardin |
| Reyhan Gandaresta | 120140183 | Level Editor | ReyhannGR |
Lost Princess is a game that is about the adventures of a knight in a demon kingdom to save the princess who was kidnapped by the devil, and to defeat the evil king. This game is inspired by the popular game Super Mario Bros.
This game is developed with Python 3.7. And uses the following libraries:
If you want to use the game on your Docker container, you can install the following:
Linux
Windows and MacOS
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
First you need to install the Git client on your system. Then clone the repository.
git clone https://github.com/maybeenang/TUGAS-BESAR-PBO-ITERA-2021-2022.gitThen you can start working on your project.
cd TUGAS-BESAR-PBO-ITERA-2021-2022Install dependencies by running the following command:
pip install -r requirements.txtRun the game by running the following command:
python main.pyor
python3 main.pyYou can play the game by pressing the following keys:
| Keys | In Menu | In Game |
|---|---|---|
W |
move up | Jump |
S |
move down | - |
A |
move left | Run to left |
D |
move right | Run to right |
P |
- | Attack |
Space or Enter |
select | - |
Esc |
back | Pause |
To win the game and unlock the next level, you need to get the player into the predetermined point in each of level.
Unfortunately, we make this video just in MacOs system, soon we will make how to run this game with Docker on Linux and Windows specifically on this repository as soon as possible.
note : If sound is not working in your phone, you can try to play it in your Desktop.
note : This UML diagram is not completely correct because we are still in learning.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (e.g.
feature/new-feature) - Commit your Changes (git commit -m 'message')
- Push to the Branch (git push origin feature/new-feature)
- Open a Pull Request





