- Add implementation plan for hex chase game including architecture and tech stack.
- Create essential files for game mechanics: types, RNG, hex graph utilities, and generator.
- Implement tests for RNG, hex graph functions, and game generator to ensure functionality and determinism.
- Modify game initialization to include new chase gameplay entry point.