Welcome to the Gold Miner 2D Game, a fun and exciting project created using the Unity game engine! Mine gold, avoid obstacles, and enjoy hours of gameplay in this classic 2D adventure.
To play the game locally or contribute to the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/gold-miner-2d.git Open the project in Unity:
Left Mouse Button: Click to launch the hook and capture gold.
Contributions are welcome! If you want to make improvements or fix issues, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your fork:
git push origin feature/your-feature-name
-
Create a pull request on the main repository.