Rust Game Polish Release
Use this skill to finish a small Rust game without destabilizing the MVP. Lock the playable loop first, then package assets, run release checks, and add only the polish that improves clarity or shareability.
Core Workflow
- Confirm the MVP loop is playable from launch to win/loss or exit.
- Freeze core mechanics before adding content and visual polish.
- Verify resources load from the release layout.
- Run formatting, linting, tests, and release build commands.
- Smoke test controls, restart, level transitions, and exit behavior.
- Write a small release checklist instead of making last-minute architecture changes.
Read Next
Read references/polish-release-patterns.md for release gates, packaging
checks, and safe polish triage.
Source Notes
Guidance is transformed and paraphrased from Hands-On Rust Chapter 16 and the book's recurring slice-based development pattern. Packaging details should be adapted to the target engine, OS, and distribution channel.
Source: hashgraph-online/awesome-codex-plugins → plugins/LVTD-LLC/skills/skills/rust-game-polish-release/SKILL.md