Skip to content

DevEd2/PocketMans

Repository files navigation

Pocket Mans

A Pokémon-inspired RPG for GB Compo 2023.

Dependencies

  • A POSIX-like environment
    • If you're on Linux then congratulations, you already have a POSIX environment!
    • For macOS, you will need to install the Xcode command line tools. Additionally, you will need to use Homebrew in order to install a more recent version of GNU Make, since the version provided by Apple is out-of-date.
    • For Windows, you'll need to install WSL or a POSIX environment such as Cygwin or MSYS2.
  • RGBDS, version 0.6 or later
  • Python 3

Building

  1. Clone the repository and submodules: $ git clone --recursive https://github.com/DevEd2/PocketMans
  2. Run make (or gmake if you're on macOS).
  3. Load the resulting ROM in an emulator such as BGB or SameBoy.

About

A Pokémon-inspired RPG for not GB Compo 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages