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: engine/src/crossplay_python/python_docs.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Battlecode 2026 Python Documentation
2
-
v1.1.4
2
+
v1.1.5
3
3
4
4
## Getting Started
5
5
@@ -25,6 +25,8 @@ The Battlecode match runner restricts which libraries you are allowed to use, be
25
25
26
26
Below is a list of functions you can use to control your team's rats. Most are the same as Java but with camelCase changed to snake\_case, but one key change is that some of the `MapLocation` and `UnitType` methods were made into global functions, while others were kept as methods for those classes. See the Javadoc for detailed explanations of each of these functions. If there is a method supported by the Java engine which is missing here, please let us know in the Battlecode Discord server.
27
27
28
+
Important: Use `log` instead of `print` for printing debug messages for your bot!
0 commit comments