ESP32 Art

Creative demos & applications powered by ESP32


← Back to gallery

Spooky Maze Game - Bevy ECS Demo

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

Screenshot

Supported Boards:

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.