dino-ge-playground
v1.11.9
Published
Interactive, live-editing playground and inspector for Dino GE
Downloads
244
Maintainers
Readme
dino-ge-playground
Interactive, live-editing playground and inspector for the dino-ge game engine.

⚠️ This project is in alpha ⚠️
Installation
npm install -g dino-ge-playgroundUsage
Run the playground in any directory where you'd like to develop game scripts:
dino-ge-playgroundOnce running, access the editor and inspector at http://localhost:3000.
Features
- Monaco Code Editor: Modify your game logic in real-time with an integrated Monaco editor (the engine behind VS Code).

- Property Inspector: Toggle the UI to inspect and adjust game object properties in real-time.

- Debug Mode: Visualize collision boxes, velocity vectors, and engine state.
- Hot Refresh: Quickly apply changes to your code (
Ctrl + Enteror click the refresh icon). - Play/Pause Controls: Easily manage the engine loop state during development.
- Auto-Formatting: Integrated Prettier support for clean, consistent code.
Script Storage
The playground automatically creates and manages a scripts/ directory in the folder where the command is executed. All your JavaScript game scripts are stored here.
License
MIT
