Expand description
§bevy_match3
An implementation of the logical and algorithmic side of match 3 games
Modules§
- prelude
- Use
bevy_match3::prelude::*;to import common structs and plugins
Structs§
- Match3
Config - An optional config for the match3 board. This should be inserted as a resource before the
Match3Plugin - Match3
Plugin - The central logic plugin of the
bevy_match3crate