Skip to content

A public site to host some indie games made by us (And hopefully you!).

Notifications You must be signed in to change notification settings

Varshitha0/Unity-Crafted-Indies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

  • Press the "Fork" button on the top right of the repository page.
  • This will create a copy of this repository in your personal Github account.

2. Clone the Repository

clone this repository

  • Clone your forked repository to your local machine. In your GitHub account, navigate to your forked repository and click the "Code" button. Copy the URL.

  • Open your terminal and run the following command, replacing "url you just copied" with the URL you copied:

git clone "URL you just copied"

For example:

git clone [email protected]: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

  • Add your contribution (For example, adding a game).
  • Commit your changes with a meaningful message in the "Source Control" tab.
  • Click "Publish branch" (This will add the changes to your personal repo).

About

A public site to host some indie games made by us (And hopefully you!).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.3%
  • CSS 39.7%