An open API service indexing awesome lists of open source software.

https://github.com/binji/porklike.gb

Gameboy Port of LazyDevs' Porklike
https://github.com/binji/porklike.gb

Last synced: about 1 year ago
JSON representation

Gameboy Port of LazyDevs' Porklike

Awesome Lists containing this project

README

          

# porklike.gb

A port of the wonderful [Porklike](https://krystman.itch.io/porklike), created
by [Krystian Majewski](https://twitter.com/krystman), to the original Game Boy!
Please see the original pico-8 game at https://krystman.itch.io/porklike for
more information.

See the game's itch.io page here: https://binji.itch.io/porklikegb

## Controls

| Action | Button |
| - | - |
| Move character | D-pad |
| Inventory/Confirm | A button |
| Cancel | B button |

## Building

Porklike.gb uses the GBDK2020 toolkit, RGBGFX, as well as some Python3 scripts.

I know you're not supposed to, but I hand-wrote a
[ninja](https://ninja-build.org/) build file. It's completely configured for my
system currently, so you will have to tweak it to build on yours.

## License

The source of the Gameboy port is copyright Ben Smith, and is MIT licensed. All
game content is owned by the original copyright holders.