ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Implement a developer menu. #45

Open ndouglas opened 2 years ago

ndouglas commented 2 years ago

Story

Similar to the cheat menu, it'd be useful to have a developer menu to trigger dev functionality.

For instance, it would be useful to be able to click on an entity onscreen and dump its JSON to the console.

First, though, we should implement the dev menu itself.

Acceptance Criteria

Implementation Notes