Kirkbride Solutions

Raccoon Tools Editor Lite

typescriptjavascriptproject

A lightweight, web-based version of my desktop Level Editor for quick edits on the go.

If you're creative, you might guess the link on my sub-domain ;)

The source code is available on my GitHub here. It's built as a compact Angular application using NgRx—something I needed hands-on experience with for another upcoming project.

Visualizer Tool

You can easily import and export Level JSON files that adhere to the structure I use in my grid-based tactical games. That format is defined in the code here.

Once your level data is imported, you'll have access to various intuitive tools for managing Players, Enemies, and Obstacles. Here's an example of the Player management tool. Each tool features the Visualizer shown above, enabling you to conveniently drag and drop elements directly on the grid.

Player Tool