https://github.com/catwallon/psp-game
An experimental PSP game project with no specific goal for now.
https://github.com/catwallon/psp-game
c game homebrew psp pspsdk
Last synced: about 1 month ago
JSON representation
An experimental PSP game project with no specific goal for now.
- Host: GitHub
- URL: https://github.com/catwallon/psp-game
- Owner: Catwallon
- Created: 2025-03-29T01:12:20.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-12T14:56:40.000Z (about 1 month ago)
- Last Synced: 2025-04-12T15:52:52.528Z (about 1 month ago)
- Topics: c, game, homebrew, psp, pspsdk
- Language: C
- Homepage:
- Size: 1.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSP Game
An experimental PSP game project with no specific goal for now. The main objective is to explore the limits of procedural generation on such a constrained system.
## Dependencies
### Build Requirements:
- `make`
- `psp-toolchain`
- `psp-sdk`### Runtime Requirements:
- `PPSSPP`
## Compilation
Run the following command to compile the project:
```sh
make
```## Execution
To run the project, use:
```sh
make run
```