Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dash-engine/dash-engine
Game engine for making Geometry Dash levels
https://github.com/dash-engine/dash-engine
dash-engine dashengine game-engine geometry-dash geometrydash godot
Last synced: 16 days ago
JSON representation
Game engine for making Geometry Dash levels
- Host: GitHub
- URL: https://github.com/dash-engine/dash-engine
- Owner: dash-engine
- License: mit
- Created: 2024-10-11T20:21:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T10:14:06.000Z (about 1 month ago)
- Last Synced: 2024-12-15T11:21:30.118Z (about 1 month ago)
- Topics: dash-engine, dashengine, game-engine, geometry-dash, geometrydash, godot
- Language: GDScript
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ⚠️STILL IN DEVELOPMENT!⚠️
# Geometry Dash game engine
This is an engine made for making games in geometry dash.
# Setup
Make sure have [SPWN](https://github.com/Spu7Nix/SPWN-language/releases/tag/v0.8-beta) or it won't work.Run these commands on a command prompt:
```
git clone https://github.com/MikeDeev/GD-game-engine
cd GD-game-engine
pip install -r requirements.txt
```