Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonabrams/retropatcher
https://github.com/jonabrams/retropatcher
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonabrams/retropatcher
- Owner: JonAbrams
- License: mit
- Created: 2022-01-15T16:16:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T21:16:30.000Z (7 months ago)
- Last Synced: 2024-06-12T05:38:11.335Z (7 months ago)
- Language: JavaScript
- Homepage: https://retropatcher.jonabrams.com
- Size: 7.15 MB
- Stars: 30
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retro Patcher
Currently is live at [retropatcher.jonabrams.com](https://retropatcher.jonabrams.com/)
This is a web app for patching retro games more easily. The user supplies the ROM file, the app finds applicable patches, the user selects them, then downloads* the patched ROM.
\* The patching/downloading is all done client-side.
## Status
- Supports .gb to .pocket patches.
## Getting Started
First, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Created by
[Jon Abrams](https://threads.net/@jon.abrams)