Spooky Maze Game - Bevy ECS Demo
A Bevy ECS-based maze game that runs cross-platform including no_std ESP32 targets.

Supported Boards:
- esp32-s3-box-3
- m5stack-atom-s3
- desktop
- wasm
Source Code:
https://github.com/georgik/esp32-spooky-maze-game
Spooky Maze is a Bevy ECS-based game built in Rust with support for no_std
embedded targets and desktop.
A ghost navigates a maze collecting coins while avoiding enemies. Events are used to abstract hardware-specific inputs from core logic, supporting modular embedded gameplay.
Special items like dynamite and the walker power-up introduce strategic depth.