A simple 2D detective platform game made in the Unity engine with the aim of being used as a portfolio.
This project is released under the Creative Commons Zero v1.0 Universal (CC0 1.0 Universal) License.
Contributions are welcome! If you'd like to contribute to "Labirinto de Luz," follow these steps:
-
Fork the repository: Click the "Fork" button at the top right of this repository's page. This will create a copy of the repository under your GitHub account.
-
Clone your fork: Clone the repository from your GitHub account to your local machine using Git. Replace
[your-username]
with your GitHub username.-
Click the "Code" button at the top right of the repository's page.
-
Copy the repository URL.
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to clone the repository.
-
Use the following command to clone the repository, replacing
[your-username]
with your GitHub username:git clone https://github.com/Taverna-Group-Game/Labirinto-de-Luz.git
-
-
Open the Unity project in your preferred IDE.
-
Make your own alterations.
-
Commit your changes with descriptive messages.
-
Create a Pull Request (PR): When you're ready to contribute your changes back to the original repository, follow these steps:
- Push your changes to your forked repository on GitHub using the following commands:
git add . git commit -m "Describe your changes here" git push origin main
- Visit the original repository on GitHub, and you should see a "Compare & pull request" button. Click it.
- Describe your changes in the pull request message and submit it. Now your contribution will be reviewed and considered for inclusion in the main project. Thank you for contributing to "Project1"!
- Push your changes to your forked repository on GitHub using the following commands: