|
|
|
|
|
by lukaste
92 days ago
|
|
I made it work on a simpler game: https://x.com/lukastencer/status/2030899760962707908 , it does NOT work out of the box. Now working on 2 more games, prince of persia and MK3. PoP done with 1-st level. It takes hours and hours. Requires babysitting and human feedback. You need to give it right tools (headless visual comparisons, test-cases, ...) and it DOES find its own errors. he flow is: 1) map the binary as much as possible 2) rewrite / reconstruct the binary, document learning 3) clean-room implementation from scratch in your favorite game engine (using pygame for simplicity). This works, but took me weeks, not a day. |
|