بنقرة واحدة
port-to-chailove
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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 TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch
Test Miyoo ARM binaries in a Docker container that simulates the parasyte runtime
| name | port-to-chailove |
| description | Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus |
| user_invocable | true |
| args | <game-name> |
Port a web game from web/<game>/index.html to ChaiLove at chailove/<game>/main.chai.
Use a game-builder agent to:
web/$ARGUMENTS/index.html thoroughlychailove/micro/main.chai) for patternschailove/$ARGUMENTS/main.chai with the complete game// Loop: def conf(t), def load(), def update(dt), def draw()
// Graphics: love.graphics.setColor(r,g,b,a), rectangle("fill",x,y,w,h), circle("fill",x,y,r)
// line(x1,y1,x2,y2), point(x,y), print(text,x,y), clear(r,g,b)
// draw(image,x,y,r,sx,sy), newImage(path), newFont(size), setFont(f)
// Input: love.keyboard.isDown("left"), love.joystick.isDown(0,"dpleft")
// Math: love.math.random(min,max)
// Resolution: 640x480 (set in conf)
Draw procedurally with 1×1 or 2×2 rectangles per pixel from string art data.
Test with /test-chailove $ARGUMENTS.