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

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

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

![screenshot of Blé](https://github.com/getkey/ble/raw/master/.github/screenshot.png)