Commit Graph

43 Commits

Author SHA1 Message Date
MeirGavish 461584b674 Music - up to measure 46 (#322)
* Music - Added portamento and note stops to the lead melody

* Added OpenMPT .bak files to .gitignore

* Music - Expanded the module 2x for more accurate quasi-triplet + added 2-3 measures

* Music - Added pitch bend and fixed decorative note

* Music - Added measures 31-32

* Fixed wrong G/D chord sample

* Music - added measures 37-38

* Music - Added echo quasi-square

* Music - layered the quasi-square with the keyboard

* Music - small reduction to quasi-square volume

* Music - more volume adjustments

* Music - added measures 39-32 (triad chords)

* Music - raised the triad chords one octave

* Added missing repetition measures 33-36

* Music - More repetition measures 43-46

* Music - fixed pitch bend in measure 30

* Music - Added tremolo to the lead synth

* Revert "Music - Added tremolo to the lead synth"

This reverts commit 3ffee4684521989501239fbfae6b1276bf713818.

* Music - reduced the triad chords by an octave

* Music - Added lead melody fade-out and reduced triad chords volume

* Music - Added channel 7, and unused channel 8

* Increased the triad chords volume back

* Music - Added panned backing chords (used all 8 channels)

* Music - Added all the panned backing chords

* Music - fixed last echo note

* Music - Added background fifth drown to triad chords

* Music - reduced panning of panned chords

* Updated music arrangement credits in README
2026-03-09 11:17:17 +02:00
Elliot Tester 2e6e033f1f Cleaned up Disclaimers (#386)
* Cleaned up Disclaimers

* Apply disclaimer wording suggestion from @MeirGavish


---------

Co-authored-by: MeirGavish <meir.gavish@gmail.com>
2026-03-02 19:42:16 +02:00
MeirGavish 0f9ebd56f6 Changed L and R keys to play and discard respectively (#374)
* Changed L and R keys to play and discard respectively, removed sorting key in favor of on-screen buttons

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 19:08:47 +02:00
MeirGavish 8e1867d235 Switch example gameplay gif to updated video in README (#366) 2026-01-19 09:22:42 +02:00
MeirGavish fd2235d2f6 Update control instructions in README.md (#365) 2026-01-19 09:22:09 +02:00
Rickey 955a0942f1 Add contributing guide (#334)
* Add contributing guide

* small format changes for CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: MeirGavish <meir.gavish@gmail.com>

* Update CONTRIBUTING.md with more clang-format

* Move stuff around for CONTRIBUTING

* Update VScode instructions

* Remove recommendation for formatOnSave

* Update the clang-format thing again

* Update CONTRIBUTING.md

Co-authored-by: MeirGavish <meir.gavish@gmail.com>

---------

Co-authored-by: MeirGavish <meir.gavish@gmail.com>
2025-12-21 17:27:03 -08:00
MeirGavish 7bd510ee5f Update README for consistency in capitalization 2025-12-07 15:37:28 +02:00
MeirGavish cf746c597e Update README with joker swap controls
Added controls for swapping jokers in the shop.
2025-12-07 15:36:43 +02:00
MeirGavish f51380c93c Added sound effects for chips, mult, and xmult (#229) 2025-11-22 07:27:43 +02:00
MeirGavish 4567a8e1ad Added credits to readme (#247)
* Added credits to README.md
2025-11-21 16:04:31 +02:00
ffrank89 d8acb99665 Add gba-dev pacman installation instructions to README.md
Rearranged installation steps for clarity and added a command to install gba-dev.

I ran into the following error before running the added command:

Makefile:9: /opt/devkitpro/devkitARM/gba_rules: No such file or directory
make: *** No rule to make target `/opt/devkitpro/devkitARM/gba_rules'.  Stop.
2025-11-02 22:38:40 -05:00
Rickey 438df88316 Add download button (#196)
* Add download button

* Update README.md
2025-11-02 08:29:40 +02:00
Rickey Fehr cca015238d Update docs for docker 2025-10-07 20:30:11 -07:00
MeirGavish 22ddd83931 Merge pull request #138 from Seafoamm/main
Add macOS setup instructions
2025-10-07 16:20:01 +03:00
Wheeler 3888a198c8 Change to Shields.io Badges
Hopefully this allows them to update properly. Shields.io is way more reliable and updates on its own. Hopefully this works!
2025-09-22 22:38:57 -04:00
Wheeler 8d278b0c19 Fix Dynamic Badges (hopefully)
I think I fixed the dynamic badges, it just needed a maxAge parameter to properly tell GitHub to recache the data. I can't really test this as it is set to refresh each badge every 2 hours. I also fixed some minor formatting in the build instructions. I also added a discussions badge so people can read through them before contributing.
2025-09-22 12:44:20 -04:00
Seafoamm 2c2cb17f74 Add macOS setup instructions 2025-09-21 00:25:51 -07:00
MeirGavish 9dc5f7ccc3 Merge pull request #116 from HeadedBranch/main
Add install instructions for linux
2025-09-18 21:44:30 +02:00
Rickey Fehr b27c94e5bd Add docker support
Add docker support via a docker compose file with included instructions.
2025-09-11 12:59:52 -07:00
Isaac Hesslegrave 1562e4f9c7 Add step to activate correct shell variables 2025-09-11 08:36:37 +00:00
Isaac Hesslegrave c2ef5b15d4 Add install instructions for linux 2025-09-11 08:27:42 +00:00
Wheeler 984e77d6c8 Add Missing Instruction and Move Link
Fixed some things
2025-08-29 20:12:59 -04:00
Wheeler 2bd253f451 Formatting Error
I did that merge into main thing again, that's my bad, misclicked. This just fixes a small error I made.
2025-08-29 19:25:22 -04:00
Wheeler 3c09d6fb79 Revise Build Instructions
I added the link to the video @cellos51 made about compiling the project. I updated the build instructions to reflect the steps made in the video and condensed the information to be more readable. I also tried fixing the dynamic badges, but I don't think it completely worked. They update automatically but it takes a really long time (couple hours) because of GitHub API Caching Issues. This is a small pull request, I'll open requests in the future for larger scale commits. @MeirGavish can merge if they want if cellos51 is busy. Let me know if I made an error, thanks! 👍
2025-08-29 19:18:35 -04:00
Wheeler cb66b30795 Remove Forks and Stars badges 2025-08-25 12:54:37 -04:00
Wheeler dda6585935 Minor Text Tweak
Fixed some unclear wording and fixed some formatting.
2025-08-25 08:06:29 -04:00
Wheeler ab8a143eeb Minor Text issues
Just had to fix some little things.
2025-08-25 08:00:18 -04:00
Wheeler 5dbc50d755 Scale Gif and Add Balatro Wiki Badge
Makes it easier to find the Wiki (the one I use) and the gif is now properly appearing and scaling. The Gif is a little blurry, but I don't know how to fix that and if it bothers too many people I'll just revert it.
2025-08-25 07:55:59 -04:00
Wheeler 9ab2fef330 Remove Watchers Badge
I felt it was unnecessary and caused some bloat. I think the others are much more important than how many watchers there are.
2025-08-24 20:27:27 -04:00
Wheeler 387bbbfda0 Add Icons to Badges, Remove Linux Instructions Section
I spaced out some of the steps to be easier to read. The dynamic badges should be dynamic and update periodically. I may have to fix them another time. They should update every few hours. The Common issues part was also adjusted and I removed the Linux part as it took up unnecessary space. Unless someone figures out build instructions for Linux, they won't be featured.
2025-08-24 20:23:08 -04:00
Wheeler 06087370a1 Add Dynamic Badges and more small tweaks
There is now 6 dynamic badges that will update accordingly when something changes. They may take a few minutes to properly update but are solely aimed to make the README more interesting to look at. I also made some small layout adjustments.
2025-08-22 23:56:25 -04:00
Wheeler 8a50940f48 Add Controls, minor tweaks and shorten Xbox Logo URL
I figured out how to make the Xbox logo use a smaller URL instead of drawing a full SVG, it now fetches a slug (SVG hosted on another site) to draw the button. This is faster and looks better code wise.
2025-08-22 23:05:52 -04:00
Wheeler e86777b4cc Add Cool Link Buttons to README.md
Don't merge yet, I'm still adding stuff to the Readme and tweaking some things. It will all make sense and look much better when I'm done.
2025-08-22 20:30:00 -04:00
MeirGavish 607a175426 Update README.md
Reworded the readme and added links to the official version of Balatro on all platforms
2025-08-04 18:56:38 +03:00
GreenNinja2525 297aa22ca1 Add copyright and disclaimer to address potential Copyright and Legal Action 2025-07-12 23:48:49 -04:00
GreenNinja2525 c1b67e57d0 Edit README.md to temporarily remove Linux stuff for now 2025-07-11 21:51:07 -04:00
cellos51 1ac345b71b Changed the word "my" to "an" in the readme to disassociate myself as the sole owner 2025-07-11 18:42:40 -04:00
GreenNinja2525 3c95bf2682 Small corrections to Windows Build instructions. 2025-07-11 14:40:21 -04:00
GreenNinja2525 a32c1fa8b2 Add Initial Build Instructions For Windows and Update README.md 2025-07-10 22:57:22 -04:00
cellos51 c4594e379c Update README.md to clarify content limitations and replace example GIF 2025-06-30 12:51:11 -04:00
cellos51 167e0c6c1a hello cooper! 2025-06-23 19:03:37 -04:00
cellos51 c06aad7b26 Still some jank stuff right now but i think the whole sorta round functionality has been more or less finished 2025-06-23 18:57:51 -04:00
Gordie 9345c340e4 Create README.md 2025-05-19 11:32:48 -04:00