Delta7Actual / Unity-Crafted-Indies

A public site to host some indie games made by us (And hopefully you!).
3 stars 4 forks source link

UNITY Crafted Indies

All Contributors All Contributors

Welcome To UCI! Want a place to showcase your game? This is it.

This project's purpose is to be a hub where you can add your own game made with UNITY and share it with others on Github

Live Website Link: UCI Active Site Link

Contributors

We would like to acknowledge and thank you very much!

Arad05
Arad05

πŸ–‹
WDmaster235
WDmaster235

πŸ–‹ πŸ’»
Delta7Actual
Delta7Actual

πŸ’» 🎨
Umar Farouk
Umar Farouk

πŸ’»

How to contribute

fork this repository

1. Fork this Repository

Make sure you have Git installed on your machine (Install it HERE)

2. Clone the Repository

clone this repository
git clone "URL you just copied"

For example:

git clone git@github.com:this-is-you/Unity-Crafted-Indies.git

3. Create a new branch

If you're not already in the repository directory, navigate to it by typing:

cd Unity-Crafted-Indies

Now, create a new branch in your repository to implement your changes by typing:

git switch -c add-your-name

Replace "add-your-name" with a branch name that describes your contribution.

4. Make your changes and commit

clone this repository