Проектная работа - WIP

This commit is contained in:
11 changed files with 246 additions and 181 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
pub mod debug;
mod core;
mod debug;
mod domain;
mod game;
mod gameplay;
mod observers;
mod startup;
mod tools;
pub use gameplay::{check_bounds_colisions, check_meal_collisions, check_tail_colisions, head_moving, head_rotation, snake_moving};
pub use startup::{setup_window, startup};
pub use tools::define_log_layer;
pub use game::SnakeGame;