


 4
 4











































 2
 2
velramp(x) = 1 / (Curvature ^ ((x - Start) / Range))
           = 1 / 1.4^((x - 550) / 2000)
So I put maximize y = (1 / 1.4^((x - 550) / 2000)) * x, x > 550 into wolfram alpha, and it says x ~ 5994, so this should be the maximum speed in x direction. There might be an error somewhere in my calculation, somewhere I read it was a bit more then 6000







 2
 2


clang++ unedited_antibot_null_copy.cpp -I../ddnet/src -I../ddnet/build/src/ -fvisibility=hidden -fPIC -shared -o libantibot.so -Og -g
Which seems to be the recommended way as far as I understood










