OurDotNetOrganization/SpaceProjectXL
A Classic Space shooting Game written in C#. Made with Unity. OOP Heavy
SpaceProjectXL
Introduction
SpaceProjectXL is an exciting space shooter game where players navigate through space, battling enemies and avoiding obstacles. The game features various levels, power-ups, and challenging bosses.
Installation
To set up the development environment and install dependencies, follow these steps:
- Clone the repository:
git clone https://github.com/ewdlop/SpaceProjectXL.git - Navigate to the project directory:
cd SpaceProjectXL - Open the project in Unity:
unity . - Install any required packages through the Unity Package Manager.
Usage
To run the project, open the project in Unity and press the Play button in the Unity Editor. Use the arrow keys to navigate the spaceship and the spacebar to shoot. Avoid obstacles and defeat enemies to progress through the levels.
Contributing
We welcome contributions to the project! To contribute, follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b my-feature-branch - Make your changes and commit them:
git commit -m 'Add new feature' - Push to the branch:
git push origin my-feature-branch - Create a pull request detailing your changes.
License
This project is licensed under the MIT License. See the LICENSE file for more information.