Skip to content

Latest commit

 

History

History
94 lines (65 loc) · 2.93 KB

File metadata and controls

94 lines (65 loc) · 2.93 KB
<style> .project-logos img { transition: transform 0.3s ease; } .project-logos img:hover { transform: scale(1.1); } </style>
BalatroBot BalatroBot
API for developing Balatro bots BalatroLLM BalatroLLM
Play Balatro with LLMs BalatroBench BalatroBench
Benchmark LLMs playing Balatro

BalatroBot is a mod for Balatro that serves a JSON-RPC 2.0 HTTP API, exposing game state and controls for external program interaction. The API provides endpoints for complete game control, including card selection, shop transactions, blind selection, and state management. External clients connect via HTTP POST to execute game actions programmatically.