mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-03-21 17:55:44 -05:00
| audio | ||
| graphics | ||
| include | ||
| source | ||
| .gitignore | ||
| example.gif | ||
| Makefile | ||
| README.md | ||
Balatro GBA
This is an attempt to recreate the game 'Balatro' as accurately as possible, including all of the visual effects that make Balatro feel satisfying to play.
This port is strictly limited to the content that was available in the January 2024 Balatro Steam demo.
Disclaimer: This project is NOT endorsed or supported by Playstack or LocalThunk
This project is solely aimed to recreate Balatro's old demo on the Game Boy Advance and is not meant to infringe or draw sales away from the full game's release or any of the established works by Playstack and LocalThunk. All rights are reserved to their respective holders.
Build Instructions:
-Windows-
- Install
devkitProfrom https://github.com/devkitPro/installer by downloading the latest release. - Execute it and follow the installation instructions, you only need to install the tools for the GBA development so ensure you have it selected and install it to the default directory.
- Go to the Start Menu and search for
MSys2and open it. - Install
Gitby typing this command:pacman -S gitif you don't have it already installed. - Navigate to where you want to clone the project such as your desktop or Documents folder.
The easiest way to properly
cdto the directory is to typecdand drag and drop the folder into the terminal window and press Enter. Example:cd '/home/user/OneDrive/Documents/balatro-gbaor something like this. - Clone the project with
git clone --recursive https://github.com/cellos51/balatro-gba.gitin the terminal window. - Use
cdand drag the newly generated folder into the window to add the file path and press Enter. - Type
makeinto the window and press Enter to start building the game. - After it completes, navigate through the
builddirectory in the project folder and look forbalatro-gba.gbaand load it on an emulator or flashcart.
-Linux-
[Not Available]
Common Issues:
- When I drag the folder into the window and press enter, it doesn't work! -After dragging the folder, press the right or left arrow key until the text is no longer highlighted and then press enter.
- When I run
makeit errors out and won't compile! -Move the project folder to your desktop and thencdto it by dragging the folder into the terminal window after typingcdfirst. - I can't find the build folder!
-Look for a folder called
buildinside the project folder and then findbalatro-gba.gba. - The Game won't start! -Try a different emulator or if you are using original hardware, make sure the rom is not corrupted and try a different flashcart or SD Card. If this does not work, open an issue on the Github page because a recent commit may have broke the game.
- It says I don't have
GitorMakeinstalled! -Usepacman -S gitorpacman -S makealthough it should already be installed if you followed the instructions correctly.
Purchasing the official game is highly recommended and almost mandatory in order for this project to have a chance of staying up due to copyright issues and potential legal action.
Purchase the Steam Version here: https://store.steampowered.com/app/2379780/Balatro/
