بنقرة واحدة
port-to-tic80
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Port a web game to TIC-80 (Lua) 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 ChaiLove (ChaiScript) 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-tic80 |
| description | Port a web game to TIC-80 (Lua) for Miyoo Mini Plus |
| user_invocable | true |
| args | <game-name> |
Port a web game from web/<game>/index.html to TIC-80 Lua at tic80/<game>/<game>.lua.
Use a game-builder agent to:
web/$ARGUMENTS/index.html thoroughlytic80/micro/micro.lua) for patternstic80/$ARGUMENTS/$ARGUMENTS.lua with the complete game-- File header (required):
-- title: Game Name
-- author: retrogames
-- script: lua
function TIC() end -- main loop, 60fps
function BOOT() end -- called once at start
cls(color) -- clear screen
rect(x,y,w,h,color) -- filled rect
rectb(x,y,w,h,color) -- rect outline
circ(x,y,r,color) -- filled circle
circb(x,y,r,color) -- circle outline
line(x1,y1,x2,y2,color) -- line
pix(x,y,color) -- pixel
print(text,x,y,color,fixed,scale)
btn(0-7) -- held: 0=up 1=down 2=left 3=right 4=A 5=B 6=X 7=Y
btnp(0-7) -- just pressed
Build and deploy with /deploy-tic80 $ARGUMENTS --run