Raccoon Tools Editor Lite
typescriptjavascriptprojectA simple version of one of my desktop level editors that I can use on the go. #
If you're creative you can figure out the link on my sub-domain ;)
The source code is available here on my GitHub. It's a small Angular app built using ngrx since I need to use it on another project and wanted to get some hands-on experience building something useful with it.
You can import and export Level JSON files following a format I use for some of my grid based tactics games. That format is defined in the code here.
Once imported there are a series of tools for managing the Level data and adding Players, Enemies, and Obstacles. Below is an example of the player management tool. All tools also display the Visualizer (pictured above) which allows you to drag and drop things around on the grid.