Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle PSP

A native port of the popular daily word game Wordle for the Sony PlayStation Portable (PSP).

Features

  • 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.

Controls

Button Action
D-Pad / Analog Navigate the virtual keyboard
Cross ⓧ Select letter
Square ■ Backspace / Delete letter
Circle ○ Submit guess

Installation

  1. Download the latest release (WordlePSP_v1.0.zip) from the Releases tab.
  2. Connect your PSP to your PC via USB cable, or insert your Memory Stick into a card reader.
  3. Extract the Wordle folder 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.

Building from Source

Prerequisites

  • PSPSDK installed and configured in your environment PATH.
  • gcc, make, and standard toolchain tools.

Build Steps

  1. Clone the repository:
git clone https://github.com/imRohan/wordle-psp
cd wordle-psp
  1. Compile the project and generate the executable (EBOOT):
cd build
psp-cmake ..
make

License

Distributed under the GNU General Public License v3.0. See LICENSE for more details.

About

A native port of the popular daily word game Wordle for the Sony PlayStation Portable (PSP).

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages