Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-miles/gamedevmartianmike
A 2D platformer game, made with Godot.
https://github.com/ben-miles/gamedevmartianmike
godot godot-engine godot4 godotengine
Last synced: 3 days ago
JSON representation
A 2D platformer game, made with Godot.
- Host: GitHub
- URL: https://github.com/ben-miles/gamedevmartianmike
- Owner: ben-miles
- Created: 2024-06-18T04:31:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:47:49.000Z (4 months ago)
- Last Synced: 2024-11-01T16:41:53.685Z (about 2 months ago)
- Topics: godot, godot-engine, godot4, godotengine
- Language: GDScript
- Homepage:
- Size: 5.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien Attack
A 2D platformer game built with Godot 4. Move (LEFT/RIGHT/SPACE) to reach the finish area, avoiding traps, and before time runs out. Features animated sprites, parallax backgrounds, multiple levels, background music and sound effects. 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
* [Sprite & Map graphics by Pixel Frog](https://pixelfrog-assets.itch.io/pixel-adventure-1)
* [Kenney Blocks font by Kenney](https://kenney.nl/assets/kenney-fonts)