### NAGI ### - NAGI (New Adventure Game Interpreter) is a clone of Sierra's own AGI - KQ1,2,3,4 SQ1,2 LSL1, Gold Rush! and some more ... ### Source code https://github.com/sonneveld/nagi ### Builds and runs fine on QNX 8.0 aarch64 RPi4B ### binary is in bin ### make sure to updte the nagi.ini to point to the location of the Sierra AGI games ### from the screen session SDL_VIDEODRIVER=qnx ./nagi ### Build git clone https://github.com/sonneveld/nagi cd nagi mkdir build cd build cmake .. make -j4 ### Note ### ### King's Quest VI AGI De-Make works ### ### https://kq6agi.com/?sdm_process_download=1&download_id=105 ### ### kq6agi.zip ###