Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomalbrc/blockboy
https://github.com/tomalbrc/blockboy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomalbrc/blockboy
- Owner: tomalbrc
- License: mit
- Created: 2024-04-16T18:56:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T17:16:41.000Z (about 2 months ago)
- Last Synced: 2024-11-30T18:21:39.521Z (about 2 months ago)
- Language: Java
- Size: 207 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.