Skip to content

drivedemon/bot-calculate-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bot-calculate-position with PHP

Simple pattern bot logic calculate X / Y position

easy to use just run 1 command:

php -f movement-bot.php '{movement}'

Please follow format movement:

Start with [R / L / W]
R is mean Right
L is mean Left
W is mean Walk

Behind W is require only positive number

E.G.
Command: php -f movement-bot.php 'RW1000LLRRW1' 
Result: X: 1001 Y: 0 Direction: East

About

Simple bot calculate position X / Y with php command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages