An open-source port of Prince of Persia, based on the disassembly of the DOS version.
More info: doc/Readme.txt
Ported to OG Xbox with https://github.com/XboxDev/nxdk
Setup and install nxdk. Refer to https://github.com/XboxDev/nxdk
Then do this:
export NXDK_DIR=/path/to/nxdk
git clone https://github.com/Ryzee119/SDLPoPX.git
cd SDLPoPX
make -f Makefile.nxdk
Compiled xbe can be found in SDLPoPx/bin/
The original Makefile is located in /src/ and still can be used to build for Windows or Linux.