codebase refactor

This commit is contained in:
cdemeyer-teachx
2025-08-15 12:38:44 +09:00
parent bbfe64b604
commit ee337f001a
27 changed files with 396 additions and 591 deletions

View File

@@ -39,6 +39,9 @@ A high-performance C++ library for simulating Pokemon battles from Generation 1
mkdir build && cd build
cmake ..
make
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake -DCMAKE_BUILD_TYPE=Release ..
```
## Development Tools