v0.0.3
What's Changed
- fix: add bounds checking to getIndex function by @deadronos in #21
- Fix #12: Prevent ant movement out-of-bounds array access by @deadronos in #22
- Fix #13: Prevent food quantity underflow by @deadronos in #23
- Fix #14: Optimize pheromone diffusion algorithm by @deadronos in #24
- Fix #15: Add loading state for simulation initialization by @deadronos in #25
- Fix #16: Improve mobile responsiveness by @deadronos in #26
- Fix #17: Add accessibility features by @deadronos in #27
- Optimize initial bundle size by @deadronos in #28
- Testing: Expand test coverage for ant steering, brood lifecycle, and upgrade mechanics by @Copilot in #29
- Add simulation JSDoc documentation by @deadronos in #30
- Fix UI panels invisible due to duplicate CSS rule and collapsed overlay container by @Copilot in #32
- Refactor: Extract coordinate transformation logic by @deadronos in #33
Full Changelog: v0.0.2...v0.0.3