Catalog / Skills

Rust Bracket Game Loop

Build and review bracket-lib style Rust 2D game loops, state structs, game modes, input handling, rendering calls, and restart flow. Use when creating a small Rust game with bracket-lib, porting a tutorial loop, or debugging tick/update/render state behavior.

Rustv0.1.0MITrustgamedevbracket-libgame-loopstate

Install

npx skills add LVTD-LLC/skills --skill rust-bracket-game-loop

From `SKILL.md`

Use this skill to create or review a small Rust game loop, especially one built with `bracket-lib` and an explicit game state. Keep `tick` as a coordinator: read input, advance state, render, and dispatch to small helper functions.