Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-miles/gamedevalienattack
A 2D side-scrolling shooter game, made with Godot.
https://github.com/ben-miles/gamedevalienattack
godot godot-engine godot4 godotengine
Last synced: 21 days ago
JSON representation
A 2D side-scrolling shooter game, made with Godot.
- Host: GitHub
- URL: https://github.com/ben-miles/gamedevalienattack
- Owner: ben-miles
- Created: 2024-06-12T02:09:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:21:00.000Z (3 months ago)
- Last Synced: 2024-10-22T04:04:06.152Z (24 days ago)
- Topics: godot, godot-engine, godot4, godotengine
- Language: GDScript
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien Attack
A 2D side-scrolling shooter game built with Godot 4. Move (WASD) to avoid enemies, hit SPACE to shoot, and play until you run out of lives. Part of [GameDev.TV](https://gamedev.tv)'s course, [Complete Godot 4 2D](https://www.gamedev.tv/courses/godot-complete-2d).
[![Godot Engine](https://img.shields.io/badge/Built_with_Godot-4d9fdc?style=for-the-badge&logo=godotengine&logoColor=white)](https://godotengine.org/)
## Getting Started
To build the game on your own machine:
1. Get Godot Engine for free at [GodotEngine.org](https://godotengine.org/)
2. Clone the repo
```sh
git clone https://github.com/github_username/repo_name.git
```
3. Open the `project.godot`
4. To preview the game, click the `Run Project` button, or hit the `F5` key.
5. To build the game, click `Project` and then `Export...`, and choose your target device.## Acknowledgments
* [Spaceship graphics by Ansimuz](https://ansimuz.itch.io/spaceship-shooter-environment)
* [Space background by Deep-Fold/PixelSpace](https://deep-fold.itch.io/space-background-generator)
* [Kenney Blocks font by Kenney](https://kenney.nl/assets/kenney-fonts)