en un clic
new-game
Scaffold a new retro game with both web and Miyoo versions
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Scaffold a new retro game with both web and Miyoo versions
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch
| name | new-game |
| description | Scaffold a new retro game with both web and Miyoo versions |
| user_invocable | true |
| args | <game-name> <genre> <description> |
Create a new retro game for browser and Miyoo Mini Plus. Ask for name/genre/description if not provided.
web/<game>/spec.mdweb/<game>/index.html — single-file HTML5 Canvas game with Press Start 2P font, 640x480, 60fps, procedural sprites, touch+keyboard, Web Audio, scanlines, story systemweb/index.html with color theme, genre label, animated previewmiyoo/<game>/Cargo.toml (edition 2024, macroquad 0.4) + src/main.rs (640x480, 60fps, data-oriented design, D-Pad+A/B/Start mapping, CRT effects, same story)cd miyoo/<game> && cargo check — fix until clean