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
Copy file name to clipboardExpand all lines: docs/developing-bots.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Developing Bots
2
2
3
-
BalatroBot allows you to create automated players (bots) that can play Balatro by implementing decision-making logic in Python. Your bot communicates with the game through a TCP socket connection actions to perform and receiving back the game state.
3
+
BalatroBot allows you to create automated players (bots) that can play Balatro by implementing decision-making logic in Python. Your bot communicates with the game through a TCP socket connection, sending actions to perform and receiving back the game state.
4
4
5
5
## Bot Architecture
6
6
7
7
A bot is a finite state machine that implements a sequence of actions to play the game.
8
-
The bot can be in one state at a time and have access to a set of functions that can move the bot to other states.
8
+
The bot can be in one state at a time and has access to a set of functions that can move the bot to other states.
0 commit comments