Skip to content

Commit c5525d1

Browse files
committed
style: rename from Balatrollm to BalatroLLM
1 parent 1bd5d47 commit c5525d1

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
Balatrollm is an LLM-powered bot that plays Balatro (a roguelike poker deck-building game) using the BalatroBot client. The bot uses LiteLLM proxy to communicate with various LLM providers and makes strategic decisions based on game state analysis.
7+
BalatroLLM is an LLM-powered bot that plays Balatro (a roguelike poker deck-building game) using the BalatroBot client. The bot uses LiteLLM proxy to communicate with various LLM providers and makes strategic decisions based on game state analysis.
88

99
## Development Commands
1010

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
<div align="center">
2-
3-
# Balatrollm
4-
5-
*Add your description here*
6-
2+
<h1>BalatroLLM</h1>
3+
<p align="center">
4+
<a href="https://github.com/S1M0N38/balatrollm/releases">
5+
<img alt="GitHub release" src="https://img.shields.io/github/v/release/S1M0N38/balatrollm?include_prereleases&sort=semver&style=for-the-badge&logo=github"/>
6+
</a>
7+
<a href="https://discord.gg/TPn6FYgGPv">
8+
<img alt="Discord" src="https://img.shields.io/badge/discord-server?style=for-the-badge&logo=discord&logoColor=%23FFFFFF&color=%235865F2"/>
9+
</a>
10+
</p>
11+
<p><em>A Balatro bot powered by LLMs</em></p>
712
</div>
813

914
---

src/balatrollm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Balatrollm project."""
1+
"""BalatroLLM project."""
22

33
import argparse
44
import asyncio

0 commit comments

Comments
 (0)