https://github.com/deved2/pocketmans
A Pokémon-inspired RPG for not GB Compo 2023
https://github.com/deved2/pocketmans
Last synced: 9 months ago
JSON representation
A Pokémon-inspired RPG for not GB Compo 2023
- Host: GitHub
- URL: https://github.com/deved2/pocketmans
- Owner: DevEd2
- License: mit
- Created: 2023-06-14T16:38:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T14:43:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T09:25:01.102Z (about 1 year ago)
- Language: Assembly
- Homepage:
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pocket Mans
A Pokémon-inspired RPG for [GB Compo 2023](https://gbdev.io/gbcompo23.html).
## 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](https://developer.apple.com/xcode/resources/). Additionally, you will need to use [Homebrew](https://brew.sh/) 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](https://learn.microsoft.com/en-us/windows/wsl/install) or a POSIX environment such as [Cygwin](https://www.cygwin.com/) or [MSYS2](https://www.msys2.org/).
- [RGBDS](https://rgbds.gbdev.io), version 0.6 or later
- [Python 3](https://python.org)
## 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](https://bgb.bircd.org) or [SameBoy](https://sameboy.github.io).