mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
starting bot md
This commit is contained in:
@@ -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"
|
||||
```
|
||||
Reference in New Issue
Block a user