Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-miles/gamedevspeedysaucer
A 2D collision-avoidance game, made with Godot.
https://github.com/ben-miles/gamedevspeedysaucer
godot godot-engine godot4 godotengine
Last synced: 1 day ago
JSON representation
A 2D collision-avoidance game, made with Godot.
- Host: GitHub
- URL: https://github.com/ben-miles/gamedevspeedysaucer
- Owner: ben-miles
- Created: 2024-05-28T05:02:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:09:10.000Z (4 months ago)
- Last Synced: 2024-11-10T18:07:11.872Z (about 1 month ago)
- Topics: godot, godot-engine, godot4, godotengine
- Language: GDScript
- Homepage:
- Size: 8.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speedy Saucer
A 2D collision-avoidance game built with Godot 4. Move the flying saucer from START to FINISH, without leaving the track. 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
* [UFO graphic by Freepik](https://www.freepik.com/icon/ufo_2949273)