Play the game here: https://play.unity.com/en/games/8072181b-01ab-4fef-a120-fe8d59d4ce0a/guns
This is a first-person shooter (FPS) game developed in Unity, featuring immersive gameplay and custom mechanics.
- Unity [Version] (Recommended: Latest LTS version)
- Git
- GitHub Account
-
Create a new repository on GitHub
- Go to https://github.com/new
- Name the repository
Unity-FPS-Game - Set to Public
- Do NOT initialize with README, .gitignore, or license
-
Clone the repository
git clone https://github.com/[YOUR_GITHUB_USERNAME]/Unity-FPS-Game.git
-
If you've already cloned locally:
git remote set-url origin https://github.com/[YOUR_GITHUB_USERNAME]/Unity-FPS-Game.git git push -u origin main
- First-person shooter gameplay
- Custom weapon mechanics
- Immersive environment
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
MIT License
[Your Contact Information]