https://github.com/slice/gb
👾 A Gameboy emulator hooked up to a Discord bot for fun.
https://github.com/slice/gb
Last synced: about 1 year ago
JSON representation
👾 A Gameboy emulator hooked up to a Discord bot for fun.
- Host: GitHub
- URL: https://github.com/slice/gb
- Owner: slice
- Created: 2017-12-31T10:26:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T10:27:03.000Z (about 8 years ago)
- Last Synced: 2025-01-21T16:24:02.261Z (about 1 year ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gb
A Gameboy emulator hooked up to a Discord bot! 👾
## Example Configuration
```json
{
"token": "super.secret.to_ken",
"channel_whitelist": ["381870553235193857"],
"admins": ["69198249432449024"],
"rom": "./my_rom_file.gb"
}
```