Expose the simulation engine so ML/AI code in Python can:
- Create and control game instances,
- Manipulate and query game state
Requires:
- Refactor out a pure-Rust “engine” crate (no CLI/GUI).
- Build a PyO3 wrapper so Python import rusty_runways works.
- Publish Python package ?
Expose the simulation engine so ML/AI code in Python can:
Requires: