Make games on your phone.
Get the app!
AndroidiOS
Castle
6 Comments
Next up
GPT-Castle #idk #project #vibe #coding
GPT-Castle project: https://chatgpt.com/g/g-p-6a5a382be2948191be86b3e2c07420d5-gpt-castle/project Claude-Castle showcase: https://claude.ai/share/035e7adf-7a7e-4a32-916f-efa65c0fd877
Reply
Update •İ've updated the project so GPT knows Lua better in Castle 🙀🤑 •No more code hallucinating
Reply
im impressed actually lol- Ts actually might help me with my games
fire1Reply
YO
fire1Reply
Cb tell me the me an the 3d rotate thing
Reply
-- Run a script response, or Script-type actor on the Spike blueprint function onUpdate(dt) local target = castle.closestActorWithTag("player") if target then local angle = my:angleTo(target) local speed = 80 my.dynamicMotion.vx = math.cos(math.rad(angle)) * speed my.dynamicMotion.vy = math.sin(math.rad(angle)) * speed end end
Reply