https://github.com/tomalbrc/blockboy
https://github.com/tomalbrc/blockboy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomalbrc/blockboy
- Owner: tomalbrc
- License: mit
- Created: 2024-04-16T18:56:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T18:50:44.000Z (3 months ago)
- Last Synced: 2025-05-07T18:08:10.694Z (2 months ago)
- Language: Java
- Size: 215 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockBoy
Gameboy (Color) emulator for fabric.
Works serverside as well as single player.Put Gameboy (.gb) or Gameboy Color (.gbc) roms in a folder called "roms" in your server's root directory
## Commands:
`/blockboy `
To leave the current game:
`/exit`The screen can be scaled using `/scale 1-5`
Permissions for Luckperms and friends: `blockboy.command`, with vanilla permission level 1
## Controls:
- WASD = DPAD
- Jump = A
- Sneak = B
- Left Click = Start
- Right Click = Select---
This project uses code from the [coffee-gb gameboy emulator](https://github.com/trekawek/coffee-gb) and the [Image2Map Mod](https://github.com/Patbox/Image2Map)
You can find the original licenses in the "licenses" directory.
My changes are also licensed under the MIT license.