Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a Python-side test to verify the functionality of the `update_with_input` method within the Python FFI (Foreign Function Interface). The test should ensure that player movement via `update_with_input` correctly updates the game state and that subsequent casts reflect these changes, as this path is currently only validated through manual checks.
a tiny retro raycasting game engine in Rust, powered by raccoon energy 🦝
AI Summary: This enhancement request aims to improve encapsulation within the engine by making the internal map field private. Currently, the map is accessible throughout the crate, and the goal is to restrict its visibility to prevent unintended external modifications.
a tiny retro raycasting game engine in Rust, powered by raccoon energy 🦝