https://github.com/getkey/ble
BombHopper.io's Level Editor
https://github.com/getkey/ble
hacktoberfest level-editor mobx-state-tree pixijs react rxjs
Last synced: 2 months ago
JSON representation
BombHopper.io's Level Editor
- Host: GitHub
- URL: https://github.com/getkey/ble
- Owner: getkey
- License: apache-2.0
- Created: 2020-01-12T15:39:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T10:51:43.000Z (about 1 year ago)
- Last Synced: 2025-01-06T11:37:42.122Z (about 1 year ago)
- Topics: hacktoberfest, level-editor, mobx-state-tree, pixijs, react, rxjs
- Language: TypeScript
- Homepage: https://editor.bombhopper.io
- Size: 4.05 MB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 29
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Blé - BombHopper.io's Level Editor
Blé is a level editor for the game [BombHopper.io](https://bombhopper.io).
The editor can be accessed in-game. There is also a standalone version live at [editor.bombhopper.io](https://editor.bombhopper.io).
## How can I help?
If you find a bug in the editor or want to suggest a feature please create a [new issue](https://github.com/getkey/ble/issues).
If you want to help adding new features but you don't know where to start, take a look at the [issues tagged "help-wanted"](https://github.com/getkey/ble/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) in the [kanban board](https://github.com/getkey/ble/projects/1#column-8074585). If you have questions you can always ask in our [Discord server](https://discord.gg/VFGTWnZ), I will be happy to point you the right way.
## Installation
```sh
yarn install
yarn dev
```
And point your browser to [localhost:8080](http://localhost:8080)!
