Classic and very simple Asteroids game using PSPGU library in C. Started as a project to learn more about C and SDKs, and to show love for a relic of a console :)
pspdev
Enter docker:
sudo docker run -ti -v .:/source pspdev/pspdev:latest
cd /sourcemkdir build
cd build
psp-cmake ..
makeThe upload.sh file builds and uploads the EBOOT.PBP file to your PSP automatically.
MAKE SURE TO CHANGE THE PSP_PATH VARIABLE TO YOUR PSP MOUNT POINT!
Enjoy!