feat!: implement proper error handling, drop most expect() & unwrap() usages

This commit is contained in:
2025-08-11 20:23:39 -05:00
parent 5e9bb3535e
commit 27079e127d
20 changed files with 555 additions and 194 deletions

View File

@@ -11,6 +11,7 @@ mod audio;
mod constants;
mod entity;
mod error;
mod game;
mod helpers;
mod map;