A PS4 implementation of Run Square using OpenOrbis Toolchain. The source code is based on the PS4 SDL2 Sample.
This project requires a complete setup of the OpenOrbis Toolchain, with the $OO_PS4_TOOLCHAIN
environment variable pointing to its directory.
You will also need to populate the folders sce_modules/
and sce_sys/
with the following files which can be obtained from the Toolchain binaries:
sce_modules/libc.prx
sce_modules/libSceFios2.prx
sce_sys/about/right.sprx
To build the .pkg
file to install the application on your PS4, you just need to execute the following command:
make
A .pkg
file will be compiled and can be installed on a PS4.
Use the left joystick to control the player, collect as many coins as possible while avoiding the evil orange squares.