Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)

(back to top)

## 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.

(back to top)

## 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)

(back to top)