Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from Ryzee119/SDLPoP

An open-source port [For Original Xbox] of Prince of Persia, based on the disassembly of the DOS version.

Notifications You must be signed in to change notification settings

ldotsfan/SDLPoPX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDLPoP

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

Building:

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.

About

An open-source port [For Original Xbox] of Prince of Persia, based on the disassembly of the DOS version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • C++ 2.8%
  • Other 0.7%