Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djdeveloperr/denogba
Deno GBA Emulator.
https://github.com/djdeveloperr/denogba
deno emulator games gba gbajs pane
Last synced: 2 months ago
JSON representation
Deno GBA Emulator.
- Host: GitHub
- URL: https://github.com/djdeveloperr/denogba
- Owner: DjDeveloperr
- License: mit
- Created: 2021-03-21T16:04:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T16:16:59.000Z (about 2 years ago)
- Last Synced: 2024-10-18T13:32:55.523Z (2 months ago)
- Topics: deno, emulator, games, gba, gbajs, pane
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DenoGBA
This is a Game Boy Advance emulator made with [GBA.js](https://endrift.github.io/gbajs/) and [Pane](https://github.com/denosaurs/pane) for [Deno](https://deno.land).
## Usage
Install using:
```sh
deno install --unstable -A --name dgba https://raw.githubusercontent.com/DjDeveloperr/DenoGBA/main/cli.ts
```And run games with:
```sh
dgba [...args]
```for example
```sh
dgba firered.gba -s firered.sav
```## Contributing
You're always welcome to contribute! We use `deno fmt` to format code.
## License
Check [LICENSE](LICENSE) for more info.
Copyright 2021 @ DjDeveloperr