Search found 1 match
- Fri May 03, 2024 1:28 am
- Forum: Off-Topic
- Topic: ChatGPT and LiveCode
- Replies: 33
- Views: 304559
Re: ChatGPT and LiveCode
To my suprise, it had no problem spitting out what looks to be legit code for an A* path finding algorithm, which would be useful for a simple RPG function heuristicCostEstimate pStartNode, pEndNode -- Calculate the heuristic cost estimate using Manhattan distance return abs(pEndNode["x"] - pStartNo...