The Gridlock Arena of Mythos - Python Solution
This folder contains the preserved Python reference implementation for the Gridlock Arena of Mythos.
Files
The-Gridlock-Arena-of-Mythos.py- Main battle simulation scriptgridlock_arena_module.py- Core simulation functions and validationtest_gridlock_arena.py- Deterministic runner for documented scenarios and edge cases
Run
python3 The-Gridlock-Arena-of-Mythos.py
python3 test_gridlock_arena.py
Expected documented result
- Dragon: 12 points
- Wizard: 0 points and survives
- Other creatures: 0 points
Test scope
The runner exercises:
- creature and collection validation;
- position and movement calculations;
- documented battle simulations;
- boundary and tie scenarios.
The repository does not collect a coverage metric for this solution, so no coverage percentage is claimed.