Crate bevy_match3

source ·
Expand description

§bevy_match3

An implementation of the logical and algorithmic side of match 3 games

Modules§

  • Use bevy_match3::prelude::*; to import common structs and plugins

Structs§

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