An Online Command-Line Game
In Tank, you will take control of a powerful tank in a maze, showcasing your strategic skills on the infinite map and overcome unpredictable obstacles. You can play solo or team up with friends.
User's Tank:
Auto Tank:
help [line]
notification
notification read
notification clear
notification clear read
status
quit
pause
continue
save [filename]
load [filename]
Note:
Normally save
and load
can only be executed by the server itself, but you can use 'set unsafe true' to get around
it.
Notice that it is dangerous to let remote user access to your filesystem.
fill [Status] [A x,y] [B x,y optional]
tp [A id] ([B id] or [B x,y])
revive [A id optional]
summon [n] [level]
kill [A id optional]
clear [A id optional]
clear death
set [A id] [key] [value]
set [A id] bullet [key] [value]
set tick [tick]
set msgTTL [ttl]
set longPressTH [threshold]
set seed [seed]
set unsafe [bool]
true
or false
.WARNING:
This will make the remote user accessible to your filesystem (through save
, load
).
tell [A id optional] [msg]
observe [A id]
server start [port]
server stop
connect [ip] [port] (as [id])
disconnect
Requires C++ 20
mkdir build && cd build
cmake .. && make
g++ src/* -I include -lpthread -O2 -std=c++20 -o tank
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )