https://github.com/spageektti/space-shooter-godot
https://github.com/spageektti/space-shooter-godot
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spageektti/space-shooter-godot
- Owner: spageektti
- License: gpl-3.0
- Created: 2024-08-24T21:06:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T18:38:04.000Z (8 months ago)
- Last Synced: 2025-02-08T22:45:01.147Z (3 months ago)
- Language: GDScript
- Size: 601 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space Shooter Game
Welcome to the Space Shooter Game! This is a 2D space shooter game developed using the Godot engine. Players navigate through space, battling enemies and dodging obstacles in an exciting and fast-paced environment.
## Gameplay
In Space Shooter, you control a spaceship and must defeat waves of enemies while avoiding their attacks. Collect power-ups to enhance your ship's capabilities and progress through increasingly challenging levels.
## Video
Check out the gameplay video here: [Space Shooter Gameplay](https://www.youtube.com/watch?v=9T-r3xpVonI)
## Installation
To play the game, you can either download the pre-built binaries or build the game from source.
### Download Binaries
1. Visit the [Releases page](https://github.com/spageektti/space-shooter-godot/releases) on GitHub.
2. Download the appropriate binary for your operating system (Windows, macOS, or Linux).
3. Extract the downloaded file and run the executable to start playing.### Building from Source
If you prefer to build the game from source, follow these steps:
1. Ensure you have [Godot Engine](https://godotengine.org/download) installed on your machine.
2. Clone the repository:```bash
git clone https://github.com/spageektti/space-shooter-godot.git
cd space-shooter-godot
```3. Open the project in Godot Engine.
4. Configure any project settings as needed.
5. Click on "Play" to run the game directly from the editor, or export the project to create a standalone executable.## Contributing
Contributions are welcome! If you would like to contribute to the project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your branch to your forked repository.
5. Create a pull request to the main repository.## License
This project is licensed under the GNU General Public License (GPL). See the [LICENSE](LICENSE) file for more details.
---
Enjoy playing Space Shooter! If you have any questions or feedback, feel free to open an issue on GitHub. Happy gaming!