starting bot md

This commit is contained in:
Bluub
2021-06-20 17:39:06 +02:00
parent 05f6eef1b3
commit f01ff866c5
+19
View File
@@ -0,0 +1,19 @@
# Bot documentation
A bot in this bomberman is using a lua script as way to choose what to do
So you can make your own with some helper functions given from C++
## Registered functions
```lua
"getMap"
"getDanger"
"getPath"
"getPlayer"
"getPlayerRound"
"getDangerLevelPlayer"
"getDangerLevel"
"getBlockType"
"getClosestSafeSpace"
"canPutBombSafe"
```