refactor: implement entity trait, common abstraction for movement & rendering

This commit is contained in:
2025-08-11 15:46:04 -05:00
parent b3df34b405
commit ee6cb0a670
5 changed files with 181 additions and 117 deletions

View File

@@ -2,4 +2,5 @@ pub mod direction;
pub mod ghost;
pub mod graph;
pub mod pacman;
pub mod r#trait;
pub mod traversal;