pixi-reels
v1.1.0
Guides
Recipes
FAQ
Docs
Demos
Studio
esc
Search
⌘K
GitHub
Guides
Recipes
FAQ
Docs
Demos
Studio
GitHub
All questions
Answered
Debugging & testing
How do I log every domain event as it fires?
__PIXI_REELS_DEBUG.trace()
logs every domain event as it fires.
See it work
Guide: Debugging
More in Debugging & testing
How do I dump the current board state as readable JSON?
How do I print an ASCII grid of the visible symbols?
How do I diagnose a stuck spin that never lands?
How do I force a guaranteed jackpot for a screenshot?
How do I make a deterministic spin in a unit test?
How do I run the engine headless with no canvas for tests?
How do I add a cheat panel (force a symbol, force a hit)?
How do I record and replay a spin frame by frame?