8000 GitHub - akumar48/Immolate: An OpenCL seed searcher for Balatro. (fork to help with the analyzer filter)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akumar48/Immolate

 
 

Repository files navigation

Immolate

An OpenCL seed searcher for Balatro.

Getting Started

Please visit the Getting Started page in the documentation for tips on how to get started. If you are running into issues, please check the Troubleshooting page.

Building and running from scratch

Windows

Install cmake: winget install --id Kitware.CMake

Install Visual Studio 2022 Build Tools: winget install Microsoft.VisualStudio.2022.BuildTools --force --override "--wait --passive --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows11SDK.22000"

Open the x64 Native Tools Command Prompt for VS 2022

Generate required files for building: cmake -G "Visual Studio 17 2022" -A x64 -B .\build

Build: cmake --build .\build --config Release

Run: .\build\Release\Immolate.exe

Future Plans

  • Full support with all features in Balatro 1.0.
  • Support for stakes and challenges.
  • Saving output to a file.
  • A GUI to interact with the searcher without having as much technical knowledge.

About

An OpenCL seed searcher for Balatro. (fork to help with the analyzer filter)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.5%
  • Python 6.3%
  • PowerShell 5.9%
  • CMake 0.3%
0