You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Pre-1.0 Development Notice**: This project is currently in pre-1.0 development phase. According to [Semantic Versioning](https://semver.org/) specification, minor version updates (0.x.y → 0.(x+1).0) may introduce breaking changes. Please review release notes carefully before upgrading. Check out [here](https://github.com/users/S1M0N38/projects/7/views/1) the progressions.
18
+
> **Pre-1.0 Development Notice**: This project is currently in pre-1.0 development phase. According to [Semantic Versioning](https://semver.org/) specification, minor version updates (0.x.y → 0.(x+1).0) may introduce breaking changes. Please review release notes carefully before upgrading. Check out [here](https://github.com/orgs/coder/projects) the progressions.
19
19
20
20
BalatroBot is a Python framework designed to help developers create automated bots for the card game Balatro. The framework provides a comprehensive API for interacting with the game, handling game state, making strategic decisions, and executing actions. Whether you're building a simple bot or a sophisticated AI player, BalatroBot offers the tools and structure needed to get started quickly.
Copy file name to clipboardExpand all lines: docs/contributing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ BalatroBot uses a dual-architecture approach with a Python framework that commun
6
6
7
7
## Project Status & Priorities
8
8
9
-
We track all development work using the [BalatroBot GitHub Project](https://github.com/users/S1M0N38/projects/7). This is the best place to see current priorities, ongoing work, and opportunities for contribution.
9
+
We track all development work using the [BalatroBot GitHub Project](https://github.com/orgs/coder/projects). This is the best place to see current priorities, ongoing work, and opportunities for contribution.
10
10
11
11
## Getting Started
12
12
@@ -72,7 +72,7 @@ Before contributing, ensure you have:
72
72
73
73
1. **Check Issues First** (Highly Encouraged)
74
74
75
-
- Browse the [BalatroBot GitHub Project](https://github.com/users/S1M0N38/projects/7)
75
+
- Browse the [BalatroBot GitHub Project](https://github.com/orgs/coder/projects)
0 commit comments