Skip to content

Commit 069fe8e

Browse files
committed
Make RobotRumble js
1 parent ba2d4c6 commit 069fe8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeclash/games/robotrumble/robotrumble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RobotRumbleGame(CodeGame):
1414
name: str = "RobotRumble"
1515
description: str = """RobotRumble is a turn-based coding battle where you program a team of robots in Python to move, attack, and outmaneuver your opponent on a grid.
1616
Every decision is driven by your code, and victory comes from crafting logic that positions robots smartly, times attacks well, and adapts over the 100-turn match."""
17-
submission: str = "robot.py"
17+
submission: str = "robot.js"
1818

1919
def __init__(self, config, **kwargs):
2020
super().__init__(config, **kwargs)

0 commit comments

Comments
 (0)