Crate bevy_match3

Source
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§

Match3Config
An optional config for the match3 board. This should be inserted as a resource before the Match3Plugin
Match3Plugin
The central logic plugin of the bevy_match3 crate