A native port of the popular daily word game Wordle for the Sony PlayStation Portable (PSP).
- Classic Wordle Gameplay: 6 attempts to guess a hidden 5-letter word.
- PSP-Native Controls: Designed specifically for D-Pad, and PSP face buttons.
- Keyboard: Clean, responsive QWERTY layout mapped for handheld play.
| Button | Action |
|---|---|
| D-Pad / Analog | Navigate the virtual keyboard |
| Cross ⓧ | Select letter |
| Square ■ | Backspace / Delete letter |
| Circle ○ | Submit guess |
- Download the latest release (
WordlePSP_v1.0.zip) from the Releases tab. - Connect your PSP to your PC via USB cable, or insert your Memory Stick into a card reader.
- Extract the
Wordlefolder to your Memory Stick under:
ms0:/PSP/GAME/
(Your path should look like ms0:/PSP/GAME/Wordle/EBOOT.PBP)
4. Safely disconnect your PSP from the PC.
5. On your PSP, go to Game > Memory Stick and launch Wordle.
- PSPSDK installed and configured in your environment PATH.
gcc,make, and standard toolchain tools.
- Clone the repository:
git clone https://github.com/imRohan/wordle-psp
cd wordle-psp
- Compile the project and generate the executable (EBOOT):
cd build
psp-cmake ..
makeDistributed under the GNU General Public License v3.0. See LICENSE for more details.