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).
- Host: GitHub
- URL: https://github.com/spyder-0/pong-psp
- Owner: Spyder-0
- Created: 2023-06-28T16:55:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T13:16:03.000Z (about 2 years ago)
- Last Synced: 2025-04-01T17:52:06.121Z (about 1 year ago)
- Topics: game, lua, pong, psp
- Language: Lua
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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