An open API service indexing awesome lists of open source software.

https://github.com/spyder-0/pong-psp

A simple 2-player Pong game made for the PlayStation Portable (PSP).
https://github.com/spyder-0/pong-psp

game lua pong psp

Last synced: 10 months ago
JSON representation

A simple 2-player Pong game made for the PlayStation Portable (PSP).

Awesome Lists containing this project

README

          

# Pong PSP
A simple 2-player Pong game made for the PlayStation Portable (PSP). This was made using the [`QuickGame API`](https://github.com/IridescentRose/QuickGame) and a [`video tutorial by Iridescence`](https://youtu.be/J3xVZsjFDhw).

# Installation
- Make sure your PSP has Custom Firmware installed, such as PRO-CFW. This will allow unsigned code to run.

Download the ROM from the [`releases page`](https://github.com/Spyder-0/Pong-PSP/releases) and extract the contents to this directory on the PSP Memory Card: `/PSP/GAME/Pong`.

Note that you can also play this on an emulator such as PPSSPP.

# Controls
| Button | Function |
| :---: | :---: |
| `D-Pad Up/Down` | Move Left Paddle |
| `Triangle and Cross` | Move Right Paddle |
| `START` | Reset Game After Player Wins |

# Preview (Emulator)
![Pong-PSP-Thumb](https://github.com/Spyder-0/Pong-PSP/assets/85440857/4d3b487e-82cc-4362-b01e-9c162d097dca)

# Credits
- Iridescence for both making the QuickGame API and a video tutorial: https://youtu.be/J3xVZsjFDhw.