public Browser-Based PvP typing game

Be a tank commander… Literally

A competitive multiplayer tank game played entirely via the keyboard directly in your browser. Improve your typing accuracy and speed with this unconventional PvP typing game.

lock cltanks.io/game/LSJD
Menu_Book Operations Manual

COMMAND SYNTAX

See the full list of available commands to control your tank.

north_east
drive [d]

Navigate through the game using pathfinding by specifying a tactical direction and optional distance.

# Syntax
drive <dir> [dist]
# Type this:
$ drive north 10
gps_fixed
track [t]

Lock onto an enemy unit's code to automatically track and follow them with your turret.

# Syntax
track <code>
# Type this:
$ track a4
adjust
fire [f]

Fire your selected weapon in the direction the turret is currently facing.

# Syntax
fire
# Type this:
$ fire
rotate_right
aim [a]

Rotate your turret to a specific angle or direction for precise targeting.

# Syntax
aim <deg|dir>
# Type this:
$ aim 180
$ aim northeast
swap_horiz
switch [w]

Switch to a specific weapon system slot (1, 2, or 3).

# Syntax
switch <slot>
# Type this:
$ switch 2
list
tanks

List all active units in the current game with their stats and team affiliation.

# Syntax
tanks
# Type this:
$ tanks
front_hand
stop [s]

Immediately halt all movement and clear any active pathfinding routes.

# Syntax
stop
# Type this:
$ stop
restart_alt
respawn

Re-deploy your unit at a safe location. Can only be used when destroyed.

# Syntax
respawn
# Type this:
$ respawn
badge
name

Update your callsign. This name will be visible to all other operators.

# Syntax
name set <new_name>
# Type this:
$ name set Maverick
add_box
create

Initialize a new game instance. Configure bots, dimensions, and duration.

# Syntax
create [-b bots] [-w width] [-h height] [-d mins]
# Type this:
$ create -b 4 -w 100
login
join

Enter a specific game instance or join a random public match.

# Syntax
join [game_id]
# Type this:
$ join ABCD
logout
exit [e]

Gracefully disconnect from the current game and return home.

# Syntax
exit
# Type this:
$ exit
mop
clear [c]

Wipe the terminal display history and reset the command prompt.

# Syntax
clear
# Type this:
$ clear
help
help [h]

Access terminal documentation for any command or view all operations.

# Syntax
help [command]
# Type this:
$ help drive