8000 GitHub - Apaczer/SDLPoP: A port of Prince of Persia (DOS) for MiyooCFW
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ SDLPoP Public
forked from NagyD/SDLPoP

A port of Prince of Persia (DOS) for MiyooCFW

License

Notifications You must be signed in to change notification settings

Apaczer/SDLPoP

 
 

Repository files navigation

SDL Prince of Persia (for MiyooCFW)

SDL2 port of the original "Prince of Persia" (1989) platform game.

Requirements

  • original POP1 (DOS version) *.DAT files placed at ./data/ directory

Build steps

  • compile (SDK):
cd src
mkdir build
cmake -C miyoo.cmake -B build
make -j$(nproc) -C build
cd ..
  • generate IPK (gm2xpkg):
export ASSETSDIR="$(mktemp -d)"
cp -r --parents doc mods data/light.png $ASSETSDIR
cp data/icon.png $ASSETSDIR/prince.png
cp SDLPoP.ini $ASSETSDIR/SDLPoP.ini-EXAMPLE
gm2xpkg -i -c -q -f miyoopkg.cfg

Notes:

You can use SDLPoP.ini-EXAMPLE file to add your own game configuration (place at PWD and remove -EXAMPLE appendix).

About

A port of Prince of Persia (DOS) for MiyooCFW

Resources

License

Stars

Watchers

Forks

Languages

  • C 99.3%
  • Other 0.7%
0